grok-bot: aarch64 + 0.30.0 Linux deb names - #244
Open
andrewpatrickflynn wants to merge 1 commit into
Open
Conversation
Cursor now ships official Linux arm64 and amd64 debs under the grok-bot_VERSION_{arm64,amd64}.deb names. The previous recipe was x86_64-only and looked for Grok_Bot_VERSION.deb, which 403s for 0.30.0.
Read version/commit from the linux sand update feeds (darwin no longer embeds the 40-char build id).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Omarchy's Install > AI > Grok Bot menu runs
omarchy-pkg-add grok-bot. That package wasarch=('x86_64')and downloadedGrok_Bot_${pkgver}.deb, which 403s for 0.30.0.Cursor now publishes official Linux debs:
linux/x64/grok-bot_0.30.0_amd64.deblinux/arm64/grok-bot_0.30.0_arm64.debThe arm64 binary is ELF AArch64 (
BuildID b45c284f…). SHA-256:fb888b2204c8a51c71a9f5f9a2913ac10561f3ef6939c1245ecae4e837d4ada27c4c81d576181a57b34b812258b2620626717cec84f100503a7363f37aa8e3feThis updates the recipe to 0.30.0, adds
aarch64, and reads version/commit from the linux sand update feeds. Darwin feeds no longer embed the 40-char build id, so the old updater could not locate the Linux artifacts.update-pkgver.shHEAD-checks the new filenames first, then falls back toGrok_Bot_${ver}.deb.