summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Cooper2025-03-18 19:19:19 -0700
committerChristopher Cooper2025-03-18 19:19:19 -0700
commit4ebc0c6ce46cd2cf14be5ef60f545c99ca7b976b (patch)
tree6659a1dc902e05d28dd76ab04e200ae8e49269eb
parentce6cf7cd30459e48ee339c9650aeab54e709c8e5 (diff)
downloadaur-4ebc0c6ce46cd2cf14be5ef60f545c99ca7b976b.tar.gz
update to 1.0.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67e2f84feee3..5aad82a8c1e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = codename-goose
pkgdesc = An open-source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
- pkgver = 1.0.14
+ pkgver = 1.0.15
pkgrel = 1
url = https://github.com/block/goose
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = codename-goose
optdepends = wtype: computer controller extension on Wayland
optdepends = wl-clipboard: computer controller extension on Wayland
options = !lto
- source = https://github.com/block/goose/archive/refs/tags/v1.0.14.tar.gz
- b2sums = 358486b56de2de3b8bdf81907bc6061d19a8fc7013e4e2a33a6c5eb0c0c0eed7d367461106a998bf38e3cd6237aeeb43815e86e8b9f613a06ce072bd298ce31a
+ source = https://github.com/block/goose/archive/refs/tags/v1.0.15.tar.gz
+ b2sums = 8f127067bb1858cf38fde10c02d644c9c2f8691752092eb976a539295dc02d2b39e74950619daf47c6b4af0749de598b450f4bb8607362a0dbf0351227401e1d
pkgname = codename-goose
diff --git a/PKGBUILD b/PKGBUILD
index 799a7fc44eff..a926f7e51b29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Christopher Cooper <christopher@cg505.com>
pkgname=codename-goose
-pkgver=1.0.14
+pkgver=1.0.15
pkgrel=1
pkgdesc="An open-source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM"
arch=('x86_64' 'aarch64')
@@ -29,7 +29,7 @@ optdepends=(
# LTO is broken for dependency ring https://github.com/briansmith/ring/issues/1444
options=('!lto')
source=("https://github.com/block/goose/archive/refs/tags/v${pkgver}.tar.gz")
-b2sums=('358486b56de2de3b8bdf81907bc6061d19a8fc7013e4e2a33a6c5eb0c0c0eed7d367461106a998bf38e3cd6237aeeb43815e86e8b9f613a06ce072bd298ce31a')
+b2sums=('8f127067bb1858cf38fde10c02d644c9c2f8691752092eb976a539295dc02d2b39e74950619daf47c6b4af0749de598b450f4bb8607362a0dbf0351227401e1d')
prepare() {
cd "goose-$pkgver"