diff options
author | Christopher Cooper | 2025-03-18 19:19:19 -0700 |
---|---|---|
committer | Christopher Cooper | 2025-03-18 19:19:19 -0700 |
commit | 4ebc0c6ce46cd2cf14be5ef60f545c99ca7b976b (patch) | |
tree | 6659a1dc902e05d28dd76ab04e200ae8e49269eb | |
parent | ce6cf7cd30459e48ee339c9650aeab54e709c8e5 (diff) | |
download | aur-4ebc0c6ce46cd2cf14be5ef60f545c99ca7b976b.tar.gz |
update to 1.0.15
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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" |