bump-homebrew

star 0

Bump a formula or cask version in a Homebrew tap. Use when releasing a package, updating Formula/ or Casks/, or bumping download URLs and checksums.

isaryx By isaryx schedule Updated 6/6/2026

name: bump-homebrew description: >- Bump a formula or cask version in a Homebrew tap. Use when releasing a package, updating Formula/ or Casks/, or bumping download URLs and checksums.

Bump Homebrew Package

  1. Open Formula/{name}.rb or Casks/{name}.rb — read it first, keep its structure
  2. Confirm the upstream release exists (stop if 404)
  3. Update version, url/mirror, sha256, and version checks in test only
  4. Fetch checksums; verify at least one with shasum -a 256
curl -sL "https://github.com/{owner}/{repo}/releases/download/v{VERSION}/checksums.txt"
curl -sL "<url>" | shasum -a 256

Dry run (default): show diff, verify checksums, no file edits, no commit.

Apply + commit: only when explicitly asked. Check git log -- <file> for message style.

Install via CLI
npx skills add https://github.com/isaryx/homebrew-collection --skill bump-homebrew
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator