chore(homebrew): refresh cask checksums for 1.17.0 - #847
Conversation
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_20f95ca8-cb52-4e17-840a-52cd50accf3f) |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 2 included reviews per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe Homebrew cask now uses updated SHA-256 checksums for the ARM and Intel macOS Toolport packages. Package URLs and architecture-specific download settings remain unchanged. ChangesHomebrew cask
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This localized packaging update refreshes the Homebrew checksums for the 1.17.0 ARM and Intel DMGs without changing application behavior; no actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Update the in-repo cask snapshot with SHA-256 hashes calculated from the published 1.17.0 DMGs.
Check:
npx vitest run src/test/homebrew-cask.test.tsNote
Low Risk
Packaging-only checksum refresh; no application or security logic changes. Wrong hashes would break Homebrew installs until corrected.
Overview
Updates the Homebrew cask SHA-256 hashes for the published 1.17.0 ARM and Intel DMGs so
brew install/upgradematch the release artifacts. Version stays1.17.0.Reviewed by Cursor Bugbot for commit 4705ba5. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Update
sha256checksums intoolportcask for 1.17.0Replaces the
on_armandon_intelsha256 values in toolport.rb to match the 1.17.0 DMG artifacts. No other cask stanzas changed.Macroscope summarized 4705ba5.