pkgbuild: Fix sha256sums array after 0.35.0 bump
Build Arch package / build (push) Successful in 27s
Build Arch package / build (push) Successful in 27s
update.sh replaced only the first sha256sums line and left orphan hashes, so makepkg could not source PKGBUILD. Rewrite both deb and launch-shim sums; reset pkgrel to 1 for the first 0.35.0 package.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
pkgbase = grok-bot-bin
|
||||
pkgdesc = Grok Bot desktop agent (official .deb repackaged)
|
||||
pkgver = 0.35.0
|
||||
pkgrel = 2
|
||||
pkgrel = 1
|
||||
url = https://cursor.com/download/bot
|
||||
arch = x86_64
|
||||
license = LicenseRef-proprietary
|
||||
@@ -30,6 +30,6 @@ pkgbase = grok-bot-bin
|
||||
source = grok-bot-launch.sh
|
||||
noextract = grok-bot_0.35.0_amd64.deb
|
||||
sha256sums = ed254e819d0f0419a1df9771009363074f65f80d8175d2ee0fc62900087ebd99
|
||||
sha256sums = ed254e819d0f0419a1df9771009363074f65f80d8175d2ee0fc62900087ebd99
|
||||
sha256sums = 886c8b55eb44d2f7812be50dcc1571907dc2d7e755171e67e916f497634f09eb
|
||||
|
||||
pkgname = grok-bot-bin
|
||||
|
||||
Reference in New Issue
Block a user