-
Notifications
You must be signed in to change notification settings - Fork 35
Homebrew
Mat Kelly edited this page Aug 5, 2019
·
1 revision
WAIL is distributed as a homebrew cask. Updates should follow a procedure after releasing a .dmg to GitHub.
Edit:
cask 'wail' do
version '0.2019.02.09'
sha256 'b0f29d34d9796a308fa80b9d96aee1a15ab08ff0c29294b451b4041f1cbfd136'
url "https://github.com/machawk1/wail/releases/download/v#{version}/WAIL_v#{version}_macOS.dmg"
appcast 'https://github.com/machawk1/wail/releases.atom'
name 'WAIL'
homepage 'https://github.com/machawk1/wail'
app 'WAIL.app'
end
to correspond with the latest version number as well as calculated the sha256 value with shasum --algorithm 256
.
Fork https://github.com/Homebrew/homebrew-cask, modifying (repo)/Casks/wail.rb in your local working directory.
Check conformance/compliance with:
-
brew cask audit wail --download
and -
cd "$(brew --repository)"/Library/Taps/Homebrew/homebrew-cask; brew cask style Casks/wail.rb [--fix]
.
Add a tightly style commit description (see here), commit, and submit a PR.
Reset local homebrew repo to use latest:
cd "$(brew --repository)"/Library/Taps/Homebrew/homebrew-cask; git checkout master