homebrew-cask/Casks/wercker-cli.rb

14 lines
362 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'wercker-cli' do
2015-08-29 02:58:35 +08:00
version :latest
sha256 :no_check
2016-03-11 05:58:35 +08:00
# amazonaws.com/downloads.wercker.com was verified as official when first introduced to the cask
2015-08-29 02:58:35 +08:00
url 'https://s3.amazonaws.com/downloads.wercker.com/cli/stable/darwin_amd64/wercker'
name 'wercker'
homepage 'https://www.wercker.com/wercker-cli'
2015-08-29 02:58:35 +08:00
container type: :naked
2015-08-29 02:58:35 +08:00
binary 'wercker'
end