diff --git a/.SRCINFO b/.SRCINFO index 7f8ebceaa12dc..bebaa7039f0f2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = letta-code pkgdesc = The memory-first coding agent - pkgver = 0.14.16 + pkgver = 0.15.0 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.14.16.tar.gz::https://github.com/letta-ai/letta-code/archive/v0.14.16.tar.gz + source = letta-code-0.15.0.tar.gz::https://github.com/letta-ai/letta-code/archive/v0.15.0.tar.gz source = letta - sha256sums = 3e4ecdc1ec839fc78db503d39bbfeb9f6f1492cffc815be78736aaf5168ea816 + sha256sums = 53df9dac5181ac910fd690b4050b23031e10b8daa3c040cf86034f60f5b692fe sha256sums = c9350b744337f0a0b0c51e1a8661e8c7bc757fcc753bddaef872b0ef626228e8 pkgname = letta-code diff --git a/PKGBUILD b/PKGBUILD index 99e89a0a92ee7..ba0ba77ddf6d7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: ThatOneCalculator (Kainoa Kanter) _pkgname="letta-code" pkgname="$_pkgname" -pkgver=0.14.16 +pkgver=0.15.0 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=('3e4ecdc1ec839fc78db503d39bbfeb9f6f1492cffc815be78736aaf5168ea816' +sha256sums=('53df9dac5181ac910fd690b4050b23031e10b8daa3c040cf86034f60f5b692fe' 'c9350b744337f0a0b0c51e1a8661e8c7bc757fcc753bddaef872b0ef626228e8') prepare() {