This commit is contained in:
Kainoa Kanter 2026-01-07 15:58:55 -08:00
parent a313565434
commit 2c8b363cf3
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.12.1
pkgver = 0.12.2
pkgrel = 1
url = https://github.com/letta-ai/letta-code
arch = x86_64
@ -11,7 +11,7 @@ pkgbase = letta-code
conflicts = letta-code-bin
conflicts = letta-code-git
options = !strip
source = letta-code-0.12.1.tar.gz::https://github.com/letta-ai/letta-code/archive/v0.12.1.tar.gz
sha256sums = deadef49c54f0fa1189780e37bf51ad7a68ce82a81c780313810d02cfb5cd6f5
source = letta-code-0.12.2.tar.gz::https://github.com/letta-ai/letta-code/archive/v0.12.2.tar.gz
sha256sums = 78df72ecf94c070f25378a12390e7df2cb3c455dceec0a05f8689c5cd7a95974
pkgname = letta-code

View file

@ -1,7 +1,7 @@
# Maintainer: ThatOneCalculator (Kainoa Kanter) <kainoa@t1c.dev>
_pkgname="letta-code"
pkgname="$_pkgname"
pkgver=0.12.1
pkgver=0.12.2
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=('deadef49c54f0fa1189780e37bf51ad7a68ce82a81c780313810d02cfb5cd6f5')
sha256sums=('78df72ecf94c070f25378a12390e7df2cb3c455dceec0a05f8689c5cd7a95974')
prepare() {
if ! command -v bun &> /dev/null; then