diff --git a/.SRCINFO b/.SRCINFO index 1658cb0fa57b..0be6fde6fd5a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = goose-desktop pkgdesc = An open-source, extensible AI agent that goes beyond code suggestions (with UI) - pkgver = 1.0.32 + pkgver = 1.0.35 pkgrel = 1 url = https://github.com/block/goose arch = x86_64 @@ -15,7 +15,7 @@ pkgbase = goose-desktop conflicts = codename-goose-bin options = !lto options = !debug - source = https://github.com/block/goose/archive/refs/tags/v1.0.32.tar.gz - b2sums = 1ac97f70f23f8e80e2ecc53489e7eb109b228cd0f3996d70934e074499b333221340788d29f0b340c0d7c8a51249ea6b423961a6c070eecb8622bc9b1d797918 + source = https://github.com/block/goose/archive/refs/tags/v1.0.35.tar.gz + b2sums = 4a65ce80da087ffcf23c236677c1385ab688375ae2204459f362c560114a76366dd63ab26c04db87376517b7479d3e515367affbf382696bb7dd5da6c46bc16e pkgname = goose-desktop diff --git a/PKGBUILD b/PKGBUILD index 5face8a19e01..be59f3b99378 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: David Birks pkgname=goose-desktop -pkgver=1.0.32 +pkgver=1.0.35 pkgrel=1 pkgdesc="An open-source, extensible AI agent that goes beyond code suggestions (with UI)" arch=("x86_64") @@ -21,7 +21,7 @@ makedepends=( # LTO is broken for dependency ring https://github.com/briansmith/ring/issues/1444 options=("!lto" "!debug") source=("https://github.com/block/goose/archive/refs/tags/v${pkgver}.tar.gz") -b2sums=('1ac97f70f23f8e80e2ecc53489e7eb109b228cd0f3996d70934e074499b333221340788d29f0b340c0d7c8a51249ea6b423961a6c070eecb8622bc9b1d797918') +b2sums=('4a65ce80da087ffcf23c236677c1385ab688375ae2204459f362c560114a76366dd63ab26c04db87376517b7479d3e515367affbf382696bb7dd5da6c46bc16e') conflicts=( "codename-goose" "codename-goose-bin"