diff --git a/.SRCINFO b/.SRCINFO index 90a7a874af34..750f1c3acedb 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = goose-desktop-bin pkgdesc = Goose Desktop (prebuilt .deb repack) — an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM - pkgver = 1.20.0 + pkgver = 1.20.1 pkgrel = 1 url = https://github.com/block/goose arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = goose-desktop-bin provides = goose-desktop conflicts = goose-desktop options = !strip - source = goose_1.20.0_amd64.deb::https://github.com/block/goose/releases/download/v1.20.0/goose_1.20.0_amd64.deb - sha256sums = bf3c99dfc49ef14e04b73105f3d644f0919ea62a5a4844dda1a94ed5fa198960 + source = goose_1.20.1_amd64.deb::https://github.com/block/goose/releases/download/v1.20.1/goose_1.20.1_amd64.deb + sha256sums = 98a7c32ccfbdc647a5c3e0b7e5dba3973eff51db1ccab095aedacd20e8080125 pkgname = goose-desktop-bin diff --git a/PKGBUILD b/PKGBUILD index 29750b9d57f0..7a790c31b2f3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Igor Aguiar Rodrigues pkgname=goose-desktop-bin -pkgver=1.20.0 +pkgver=1.20.1 pkgrel=1 pkgdesc="Goose Desktop (prebuilt .deb repack) — an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM" arch=('x86_64') @@ -12,7 +12,7 @@ depends=('glibc') options=(!strip) # tip: replace SKIP with the real SHA256 (use updpkgsums) source=("goose_${pkgver}_amd64.deb::https://github.com/block/goose/releases/download/v${pkgver}/goose_${pkgver}_amd64.deb") -sha256sums=('bf3c99dfc49ef14e04b73105f3d644f0919ea62a5a4844dda1a94ed5fa198960') +sha256sums=('98a7c32ccfbdc647a5c3e0b7e5dba3973eff51db1ccab095aedacd20e8080125') build() { :; }