5 Commits

Author SHA1 Message Date
eva e22df1d501 pkgbuild: Bump grok-bot-bin to 0.44.0 2026-09-07 01:17:58 +00:00
eva a98cc6cabc Merge pull request 'ci: Run grok-bot update check hourly' (#19) from ci/update-hourly into master
Tag release after merge / tag (push) Successful in 3s
ci: Run grok-bot update check hourly (#19)

Schedule 17 * * * * — no-op when feed unchanged.
2026-09-04 13:07:22 -05:00
eva 45c6c4da73 ci: Run grok-bot update check hourly
Justin: bump schedule from daily 06:17 to :17 every hour. No-op when feed unchanged.
2026-09-04 18:06:48 +00:00
eva 1b51bbddca Merge pull request 'pkgbuild: Bump pkgrel to 3 for polkit update verify' (#18) from packaging/pkgrel-0.39.0-3 into master
Tag release after merge / tag (push) Successful in 2s
Build Arch package / build (push) Successful in 28s
pkgbuild: Bump pkgrel to 3 for polkit update verify (#18)

No shim/feature changes — verify install path for GUI auto-update.
2026-09-04 12:40:19 -05:00
eva f93409a2ac pkgbuild: Bump pkgrel to 3 for polkit update verify
No shim or feature changes — Justin installs 0.39.0-2 then menu-launches to confirm auto-update to -3.
2026-09-04 17:40:09 +00:00
3 changed files with 10 additions and 14 deletions
+5 -7
View File
@@ -1,7 +1,7 @@
pkgbase = grok-bot-bin
pkgdesc = Grok Bot desktop agent (official .deb repackaged)
pkgver = 0.39.0
pkgrel = 2
pkgver = 0.44.0
pkgrel = 1
url = https://cursor.com/download/bot
arch = x86_64
license = LicenseRef-proprietary
@@ -27,14 +27,12 @@ pkgbase = grok-bot-bin
replaces = sand
options = !strip
options = !debug
source = https://downloads.cursor.com/grokbot/stable/d8bc9c753edddb313047c9c69b480b7f8f321087/linux/x64/grok-bot_0.39.0_amd64.deb
source = https://downloads.cursor.com/grokbot/stable/12dcfa973ef51585fd1b35df6839fc9d1d7fd6aa/linux/x64/grok-bot_0.44.0_amd64.deb
source = grok-bot-launch.sh
source = pkexec-pacman-u
source = com.s1d3sw1ped.grok-bot-bin.policy
noextract = grok-bot_0.39.0_amd64.deb
sha256sums = ae498adaf71f9ff1734a786163c5807fa50165acb5aa102bb68f43ead96de4fe
noextract = grok-bot_0.44.0_amd64.deb
sha256sums = dded18b2d3d44b1c32d6b9f63446d2b27bca68b3de7a2aa028ce7956e9694164
sha256sums = 36e1c522f7a3920a850a6235263d82ad5990611612979447c1e9eff92548ac1e
sha256sums = e92ea4534d864d7f302a082a8717a52af9675195af41092d18f15094f74fed45
sha256sums = a9533dfe4d31332ac1505d2e582eff27771dd0107108a5f6289d0d3839431a74
pkgname = grok-bot-bin
+1 -1
View File
@@ -1,7 +1,7 @@
name: Check for new release
on:
schedule:
- cron: '17 6 * * *'
- cron: '17 * * * *'
workflow_dispatch:
jobs:
+4 -6
View File
@@ -8,9 +8,9 @@
# https://downloads.cursor.com/grokbot/stable/<commit>/linux/x64/grok-bot_<pkgver>_amd64.deb
pkgname=grok-bot-bin
pkgver=0.39.0
_commit=d8bc9c753edddb313047c9c69b480b7f8f321087
pkgrel=2
pkgver=0.44.0
_commit=12dcfa973ef51585fd1b35df6839fc9d1d7fd6aa
pkgrel=1
pkgdesc="Grok Bot desktop agent (official .deb repackaged)"
arch=('x86_64')
url="https://cursor.com/download/bot"
@@ -46,10 +46,8 @@ source=(
)
noextract=("grok-bot_${pkgver}_amd64.deb")
sha256sums=(
'ae498adaf71f9ff1734a786163c5807fa50165acb5aa102bb68f43ead96de4fe'
'dded18b2d3d44b1c32d6b9f63446d2b27bca68b3de7a2aa028ce7956e9694164'
'36e1c522f7a3920a850a6235263d82ad5990611612979447c1e9eff92548ac1e'
'e92ea4534d864d7f302a082a8717a52af9675195af41092d18f15094f74fed45'
'a9533dfe4d31332ac1505d2e582eff27771dd0107108a5f6289d0d3839431a74'
)
package() {