bump version to 1.20.0

This commit is contained in:
sheikhlimon 2026-01-18 19:12:21 +06:00
parent 67d3404566
commit 037997997a
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.19.1
pkgver = 1.20.0
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.19.1_amd64.deb::https://github.com/block/goose/releases/download/v1.19.1/goose_1.19.1_amd64.deb
sha256sums = 9724c6c63028477c825e94a743bd86ac800a5a595fa3c4ce0d19fea5111d67fc
source = goose_1.20.0_amd64.deb::https://github.com/block/goose/releases/download/v1.20.0/goose_1.20.0_amd64.deb
sha256sums = bf3c99dfc49ef14e04b73105f3d644f0919ea62a5a4844dda1a94ed5fa198960
pkgname = goose-desktop-bin

View file

@ -1,6 +1,6 @@
# Maintainer: Igor Aguiar Rodrigues <igor_aguiar@yahoo.com.br>
pkgname=goose-desktop-bin
pkgver=1.19.1
pkgver=1.20.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')
@ -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=('9724c6c63028477c825e94a743bd86ac800a5a595fa3c4ce0d19fea5111d67fc')
sha256sums=('bf3c99dfc49ef14e04b73105f3d644f0919ea62a5a4844dda1a94ed5fa198960')
build() { :; }