mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
up
This commit is contained in:
parent
6c7e8a950c
commit
0e5fc4e075
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.13.2
|
||||
pkgver = 0.13.4
|
||||
pkgrel = 1
|
||||
url = https://github.com/letta-ai/letta-code
|
||||
arch = x86_64
|
||||
|
|
@ -11,7 +11,7 @@ pkgbase = letta-code
|
|||
conflicts = letta-code-bin
|
||||
conflicts = letta-code-git
|
||||
options = !strip
|
||||
source = letta-code-0.13.2.tar.gz::https://github.com/letta-ai/letta-code/archive/v0.13.2.tar.gz
|
||||
sha256sums = d731f7515c1bec3bb2217382f92c77114c0b31f588108e1a18a78e1a8a3cd562
|
||||
source = letta-code-0.13.4.tar.gz::https://github.com/letta-ai/letta-code/archive/v0.13.4.tar.gz
|
||||
sha256sums = bf9629a864b9956fe10b52813482a2e96e9064d8675db61fd3a77b841cdffc09
|
||||
|
||||
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.13.2
|
||||
pkgver=0.13.4
|
||||
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")
|
||||
noextract=()
|
||||
options=(!strip)
|
||||
sha256sums=('d731f7515c1bec3bb2217382f92c77114c0b31f588108e1a18a78e1a8a3cd562')
|
||||
sha256sums=('bf9629a864b9956fe10b52813482a2e96e9064d8675db61fd3a77b841cdffc09')
|
||||
|
||||
prepare() {
|
||||
if ! command -v bun &> /dev/null; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue