upgpkg: 1.23.2

This commit is contained in:
sheikhlimon 2026-02-07 01:44:13 +06:00
parent 5dfccb82a5
commit 2d2f382113
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -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.23.1
pkgver = 1.23.2
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.23.1_amd64.deb::https://github.com/block/goose/releases/download/v1.23.1/goose_1.23.1_amd64.deb
sha256sums = 8f8bbfc9e9a4c07707a39d07a069b213fe0022f9492ca73f61c46b5595304225
source = goose_1.23.2_amd64.deb::https://github.com/block/goose/releases/download/v1.23.2/goose_1.23.2_amd64.deb
sha256sums = ec8c943196b681851ee69bb2c9000765359d4675368e2f8b5e7d0bbec60a1d1e
pkgname = goose-desktop-bin

View file

@ -1,7 +1,7 @@
# Maintainer: Igor Aguiar Rodrigues <igor_aguiar@yahoo.com.br>
# Maintainer: Sheikh Limon <sheikhlimon404@gmail.com>
pkgname=goose-desktop-bin
pkgver=1.23.1
pkgver=1.23.2
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')
@ -13,7 +13,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=('8f8bbfc9e9a4c07707a39d07a069b213fe0022f9492ca73f61c46b5595304225')
sha256sums=('ec8c943196b681851ee69bb2c9000765359d4675368e2f8b5e7d0bbec60a1d1e')
build() { :; }