https://github.com/wallix/homebrew-awless
awless brew formula
https://github.com/wallix/homebrew-awless
Last synced: 9 months ago
JSON representation
awless brew formula
- Host: GitHub
- URL: https://github.com/wallix/homebrew-awless
- Owner: wallix
- License: apache-2.0
- Created: 2017-02-13T11:32:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-15T18:47:09.000Z (about 5 years ago)
- Last Synced: 2025-04-18T08:39:46.133Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 3
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebrew-awless
Brewfile for awless
## Updating brew formula and bottle
1. Uninstall brew awless
brew uninstall awless
2. Update [formula](https://github.com/wallix/homebrew-awless/blob/master/Formula/awless.rb) with new version informations
3. Build bottle
brew install --build-bottle awless
brew bottle awless
4. Update the formula with the output of `brew bottle...` (for example)
bottle do
cellar :any_skip_relocation
sha256 "b57ebf0c0374cd9fdc7486956d6f5bf0a932a36e91c3d4bd2ee4fd09d021b763" => :sierra
end
5. Push the formula
6. Add the formula to a new release on github releases of homebrew-awless