mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
up
This commit is contained in:
parent
347db4dfd2
commit
51ba585f12
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = letta-code
|
||||
pkgdesc = The memory-first coding agent
|
||||
pkgver = 0.14.2
|
||||
pkgver = 0.14.3
|
||||
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.2.tar.gz::https://github.com/letta-ai/letta-code/archive/v0.14.2.tar.gz
|
||||
source = letta-code-0.14.3.tar.gz::https://github.com/letta-ai/letta-code/archive/v0.14.3.tar.gz
|
||||
source = letta
|
||||
sha256sums = 628e1bd87ecbce2e2e636692cfbd5f0a1d52693750b9de8ec6f7695e5a4cf14a
|
||||
sha256sums = 4755e838560d058bff6dbb8c03abe31c0facf808a95d3690578abcf2480508f4
|
||||
sha256sums = c9350b744337f0a0b0c51e1a8661e8c7bc757fcc753bddaef872b0ef626228e8
|
||||
|
||||
pkgname = letta-code
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: ThatOneCalculator (Kainoa Kanter) <kainoa@t1c.dev>
|
||||
_pkgname="letta-code"
|
||||
pkgname="$_pkgname"
|
||||
pkgver=0.14.2
|
||||
pkgver=0.14.3
|
||||
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=('628e1bd87ecbce2e2e636692cfbd5f0a1d52693750b9de8ec6f7695e5a4cf14a'
|
||||
sha256sums=('4755e838560d058bff6dbb8c03abe31c0facf808a95d3690578abcf2480508f4'
|
||||
'c9350b744337f0a0b0c51e1a8661e8c7bc757fcc753bddaef872b0ef626228e8')
|
||||
|
||||
prepare() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue