bump version to 1.15.0 and update source

This commit is contained in:
sheikhlimon 2025-11-20 01:28:12 +06:00
parent d9a4097781
commit cdbdeed4c5
No known key found for this signature in database
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
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.14.0
pkgrel = 2
pkgver = 1.15.0
pkgrel = 1
url = https://github.com/block/goose
arch = x86_64
license = Apache-2.0
@ -9,7 +9,7 @@ pkgbase = goose-desktop-bin
provides = goose-desktop
conflicts = goose-desktop
options = !strip
source = goose_1.14.0_amd64.deb::https://github.com/block/goose/releases/download/v1.14.0/goose_1.14.0_amd64.deb
sha256sums = bbfc8728cc1b2fd2852e23b1a47c43ef29cc03ad3ca877b1e5a867c5bb27cc06
source = goose_1.15.0_amd64.deb::https://github.com/block/goose/releases/download/v1.15.0/goose_1.15.0_amd64.deb
sha256sums = 46c27e675d2fae804d6b2b80d556d0b016f0fa8329671f9a1f2a691dec70ac2c
pkgname = goose-desktop-bin

View file

@ -1,7 +1,7 @@
# Maintainer: Igor Aguiar Rodrigues <igor_aguiar@yahoo.com.br>
pkgname=goose-desktop-bin
pkgver=1.14.0
pkgrel=2
pkgver=1.15.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')
url="https://github.com/block/goose"
@ -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=('bbfc8728cc1b2fd2852e23b1a47c43ef29cc03ad3ca877b1e5a867c5bb27cc06')
sha256sums=('46c27e675d2fae804d6b2b80d556d0b016f0fa8329671f9a1f2a691dec70ac2c')
build() { :; }