This commit is contained in:
Kainoa Kanter 2026-02-16 12:50:04 -08:00
parent 9723291a62
commit cdc6e0b41b
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.15.1
pkgver = 0.15.2
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.15.1.tar.gz::https://github.com/letta-ai/letta-code/archive/v0.15.1.tar.gz
source = letta-code-0.15.2.tar.gz::https://github.com/letta-ai/letta-code/archive/v0.15.2.tar.gz
source = letta
sha256sums = 41a87b0f53ec57bf2f155e089d78b552e8770e935045a090e63c26eaf901fbb9
sha256sums = 6721855d0a809f17cc863ef33ce0676d95cabb95d9645c38808ed5bc2cc4e55b
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.15.1
pkgver=0.15.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" "letta")
noextract=()
options=(!strip)
sha256sums=('41a87b0f53ec57bf2f155e089d78b552e8770e935045a090e63c26eaf901fbb9'
sha256sums=('6721855d0a809f17cc863ef33ce0676d95cabb95d9645c38808ed5bc2cc4e55b'
'c9350b744337f0a0b0c51e1a8661e8c7bc757fcc753bddaef872b0ef626228e8')
prepare() {