This commit is contained in:
Kainoa Kanter 2026-03-13 15:27:24 -07:00
parent ce6fc4e92a
commit d85b5775ec
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.18.3
pkgver = 0.18.4
pkgrel = 1
url = https://github.com/letta-ai/letta-code
arch = x86_64
@ -12,9 +12,9 @@ pkgbase = letta-code
conflicts = letta-code-bin
conflicts = letta-code-git
options = !strip
source = letta-code-0.18.3.tar.gz::https://github.com/letta-ai/letta-code/archive/v0.18.3.tar.gz
source = letta-code-0.18.4.tar.gz::https://github.com/letta-ai/letta-code/archive/v0.18.4.tar.gz
source = letta
sha256sums = c9847db4a232094f13f834d8681421bd3fcf8e8045632c8a70c582dad7340657
sha256sums = 9e153ae34a05e3fde7c2c3e793f9647fceebc1fd4b8aaf820e55a761d16f51bd
sha256sums = c9350b744337f0a0b0c51e1a8661e8c7bc757fcc753bddaef872b0ef626228e8
pkgname = letta-code

View file

@ -1,7 +1,7 @@
# Maintainer: ThatOneCalculator (Kainoa Kanter) <kainoa@t1c.dev>
_pkgname="letta-code"
pkgname="$_pkgname"
pkgver=0.18.3
pkgver=0.18.4
pkgrel=1
pkgdesc="The memory-first coding agent"
arch=('x86_64' 'aarch64')
@ -19,7 +19,7 @@ source=(
)
noextract=()
options=(!strip)
sha256sums=('c9847db4a232094f13f834d8681421bd3fcf8e8045632c8a70c582dad7340657'
sha256sums=('9e153ae34a05e3fde7c2c3e793f9647fceebc1fd4b8aaf820e55a761d16f51bd'
'c9350b744337f0a0b0c51e1a8661e8c7bc757fcc753bddaef872b0ef626228e8')
prepare() {