diff --git a/.SRCINFO b/.SRCINFO index a388bb043449..703ae4a074a0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ 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.14.0 - pkgrel = 2 + pkgver = 1.15.0 + pkgrel = 1 url = https://github.com/block/goose arch = x86_64 license = Apache-2.0 @@ -9,7 +9,7 @@ pkgbase = goose-desktop-bin provides = goose-desktop conflicts = goose-desktop options = !strip - source = goose_1.14.0_amd64.deb::https://github.com/block/goose/releases/download/v1.14.0/goose_1.14.0_amd64.deb - sha256sums = bbfc8728cc1b2fd2852e23b1a47c43ef29cc03ad3ca877b1e5a867c5bb27cc06 + source = goose_1.15.0_amd64.deb::https://github.com/block/goose/releases/download/v1.15.0/goose_1.15.0_amd64.deb + sha256sums = 46c27e675d2fae804d6b2b80d556d0b016f0fa8329671f9a1f2a691dec70ac2c pkgname = goose-desktop-bin diff --git a/PKGBUILD b/PKGBUILD index 6f605cdf0fda..5c85b8385101 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Igor Aguiar Rodrigues pkgname=goose-desktop-bin -pkgver=1.14.0 -pkgrel=2 +pkgver=1.15.0 +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') url="https://github.com/block/goose" @@ -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=('bbfc8728cc1b2fd2852e23b1a47c43ef29cc03ad3ca877b1e5a867c5bb27cc06') +sha256sums=('46c27e675d2fae804d6b2b80d556d0b016f0fa8329671f9a1f2a691dec70ac2c') build() { :; }