This commit is contained in:
Kainoa Kanter 2025-12-18 11:58:34 -08:00
parent b57cea3c94
commit 70645bdf4a
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = letta-code
pkgdesc = The memory-first coding agent
pkgver = 0.7.0
pkgver = 0.7.1
pkgrel = 1
url = https://github.com/letta-ai/letta-code
arch = x86_64
@ -10,7 +10,7 @@ pkgbase = letta-code
conflicts = letta-code-bin
conflicts = letta-code-git
options = !strip
source = letta-code-0.7.0.tar.gz::https://github.com/letta-ai/letta-code/archive/v0.7.0.tar.gz
sha256sums = ff8495f597e4bbd81cbbdca3108f2ffea989937bd618fd18e70ec210eb63c960
source = letta-code-0.7.1.tar.gz::https://github.com/letta-ai/letta-code/archive/v0.7.1.tar.gz
sha256sums = afcc3fa9a7b7b6c960faca14de7c717e7ff8dacbd1eeab94b88283e6ca9d2695
pkgname = letta-code

View file

@ -1,7 +1,7 @@
# Maintainer: ThatOneCalculator (Kainoa Kanter) <kainoa@t1c.dev>
_pkgname="letta-code"
pkgname="$_pkgname"
pkgver=0.7.0
pkgver=0.7.1
pkgrel=1
pkgdesc="The memory-first coding agent"
arch=('x86_64' 'aarch64')
@ -16,7 +16,7 @@ conflicts=(
source=("$_pkgname-$pkgver.tar.gz::$url/archive/v"$pkgver".tar.gz")
noextract=()
options=(!strip)
sha256sums=('ff8495f597e4bbd81cbbdca3108f2ffea989937bd618fd18e70ec210eb63c960')
sha256sums=('afcc3fa9a7b7b6c960faca14de7c717e7ff8dacbd1eeab94b88283e6ca9d2695')
prepare() {
if ! command -v bun &> /dev/null; then