https://github.com/spinframework/homebrew-tap
Spinframework's Homebrew Tap
https://github.com/spinframework/homebrew-tap
Last synced: 4 months ago
JSON representation
Spinframework's Homebrew Tap
- Host: GitHub
- URL: https://github.com/spinframework/homebrew-tap
- Owner: spinframework
- License: apache-2.0
- Created: 2025-02-25T22:45:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-12T21:06:08.000Z (6 months ago)
- Last Synced: 2025-11-12T23:16:46.064Z (6 months ago)
- Language: Ruby
- Size: 36.1 KB
- Stars: 0
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spinframework Tap
## How do I install these formulae?
### [Spin](https://github.com/spinframework/spin)
`brew tap spinframework/tap && brew install spinframework/tap/spin`
## Documentation
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).
## Contributing
Contributors are encouraged to run Homebrew's test-bot locally before submitting
a pull request.
```sh
brew test-bot --only-tap-syntax
```
### Updating the Spin Formula for a New Release
Run the [`bump-spin-formula.sh`](scripts/bump-spin-formula.sh) to update the
formula to use the assets of a specific release (say `v2.4.0`):
```sh
./scripts/bump-spin-formula.sh v2.4.0
```
The script will update the version in the formula, get the checksums file from
the specified release, and update the checksum for each architecture and OS.