Use a shared tap repo named alexstyl/homebrew-tap.
Homebrew will expose that repo as the tap alexstyl/tap.
Users can install AvdBuddy with:
brew install --cask alexstyl/tap/avdbuddyOr by tapping first:
brew tap alexstyl/tap
brew install --cask avdbuddyThe tap repo should contain:
homebrew-tap/
Casks/
avdbuddy.rb
Copy avdbuddy.rb into Casks/avdbuddy.rb in the tap repo.
For each AvdBuddy release:
- Run
./scripts/releaseMac - Confirm the GitHub Release contains
AvdBuddy-<version>.dmg - Compute the checksum:
shasum -a 256 AvdBuddy-<version>.dmg- Update
versionandsha256inCasks/avdbuddy.rb - Commit and push the tap repo
After that, Homebrew users can install the new version from alexstyl/tap.