pi-coding-agent 0.52.7

This commit is contained in:
Douglas Creager 2026-02-06 16:16:06 -05:00
parent b28ad53866
commit 2ca88e6c5e
2 changed files with 9 additions and 9 deletions

View file

@ -1,18 +1,18 @@
pkgbase = pi-coding-agent
pkgdesc = A terminal-based coding agent with multi-model support, mid-session model switching, and a simple CLI for headless coding tasks
pkgver = 0.52.6
pkgver = 0.52.7
pkgrel = 1
url = https://shittycodingagent.ai/
arch = x86_64
arch = aarch64
license = MIT
makedepends = tar
noextract = pi-linux-0.52.6.tar.gz
noextract = pi-linux-0.52.7.tar.gz
options = !debug
options = !strip
source_x86_64 = pi-linux-0.52.6.tar.gz::https://github.com/badlogic/pi-mono/releases/download/v0.52.6/pi-linux-x64.tar.gz
sha256sums_x86_64 = aa9fb2cecdf853d9dd1896fcfae51c0fc36e336c542ad6d90c20849b12b45036
source_aarch64 = pi-linux-0.52.6.tar.gz::https://github.com/badlogic/pi-mono/releases/download/v0.52.6/pi-linux-arm64.tar.gz
sha256sums_aarch64 = 362025c571932516f44cf73350c69c8a558ff196d839d0da3a1fb2972702edc3
source_x86_64 = pi-linux-0.52.7.tar.gz::https://github.com/badlogic/pi-mono/releases/download/v0.52.7/pi-linux-x64.tar.gz
sha256sums_x86_64 = f90460d2a5ca56230369f0d7f0d73e4e322b3346b12b0f193c8572358ff09ed1
source_aarch64 = pi-linux-0.52.7.tar.gz::https://github.com/badlogic/pi-mono/releases/download/v0.52.7/pi-linux-arm64.tar.gz
sha256sums_aarch64 = 5dad89667c6df403b5fe0ee0a911a2006dacca612d08d68ab372d002ad395579
pkgname = pi-coding-agent

View file

@ -1,7 +1,7 @@
# Maintainer: Douglas Creager <dcreager at dcreager dot net>
pkgname=pi-coding-agent
pkgver=0.52.6
pkgver=0.52.7
pkgrel=1
pkgdesc='A terminal-based coding agent with multi-model support, mid-session model switching, and a simple CLI for headless coding tasks'
arch=('x86_64' 'aarch64')
@ -10,9 +10,9 @@ license=('MIT')
options=(!debug !strip)
source_x86_64=("pi-linux-$pkgver.tar.gz::https://github.com/badlogic/pi-mono/releases/download/v$pkgver/pi-linux-x64.tar.gz")
sha256sums_x86_64=("aa9fb2cecdf853d9dd1896fcfae51c0fc36e336c542ad6d90c20849b12b45036")
sha256sums_x86_64=("f90460d2a5ca56230369f0d7f0d73e4e322b3346b12b0f193c8572358ff09ed1")
source_aarch64=("pi-linux-$pkgver.tar.gz::https://github.com/badlogic/pi-mono/releases/download/v$pkgver/pi-linux-arm64.tar.gz")
sha256sums_aarch64=("362025c571932516f44cf73350c69c8a558ff196d839d0da3a1fb2972702edc3")
sha256sums_aarch64=("5dad89667c6df403b5fe0ee0a911a2006dacca612d08d68ab372d002ad395579")
noextract=("pi-linux-$pkgver.tar.gz")
makedepends=("tar")