From f16f11de6df583063e2980ee5603f1858dc9877b Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Wed, 11 Mar 2026 20:31:00 -0700 Subject: [PATCH] up --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6e1f052bd764d..3c78537b9a9e0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = letta-code pkgdesc = The memory-first coding agent - pkgver = 0.18.0 + pkgver = 0.18.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.18.0.tar.gz::https://github.com/letta-ai/letta-code/archive/v0.18.0.tar.gz + source = letta-code-0.18.2.tar.gz::https://github.com/letta-ai/letta-code/archive/v0.18.2.tar.gz source = letta - sha256sums = be7d3bffa37489cb1d496c1340ef136f3069fae1a888b0fd8bca76ac6408a61e + sha256sums = 02b82624df4a9f0ea21a593bbb8fe2f15328d127fd17feae90a97356781aafcf sha256sums = c9350b744337f0a0b0c51e1a8661e8c7bc757fcc753bddaef872b0ef626228e8 pkgname = letta-code diff --git a/PKGBUILD b/PKGBUILD index e5e92c7935190..8dc1f88333b91 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: ThatOneCalculator (Kainoa Kanter) _pkgname="letta-code" pkgname="$_pkgname" -pkgver=0.18.0 +pkgver=0.18.2 pkgrel=1 pkgdesc="The memory-first coding agent" arch=('x86_64' 'aarch64') @@ -19,7 +19,7 @@ source=( ) noextract=() options=(!strip) -sha256sums=('be7d3bffa37489cb1d496c1340ef136f3069fae1a888b0fd8bca76ac6408a61e' +sha256sums=('02b82624df4a9f0ea21a593bbb8fe2f15328d127fd17feae90a97356781aafcf' 'c9350b744337f0a0b0c51e1a8661e8c7bc757fcc753bddaef872b0ef626228e8') prepare() {