homebrew-cask/Casks/consul-cli.rb

13 lines
520 B
Ruby
Raw Normal View History

2015-12-29 19:24:15 +08:00
cask 'consul-cli' do
2016-07-25 08:08:23 +08:00
version '0.3.1'
sha256 '245915c510547e37ad19ee3eb934d9981e9e39cf4db55c89fff82ca13555bb1c'
2015-12-29 19:24:15 +08:00
url "https://github.com/mantl/consul-cli/releases/download/v#{version}/consul-cli_#{version}_darwin_amd64.tar.gz"
appcast 'https://github.com/mantl/consul-cli/releases.atom',
checkpoint: 'c36477c52076633cd49524cf5226968915e7212bb8211d23cd70a7163134c5b7'
2015-12-29 19:24:15 +08:00
name 'Consul CLI'
homepage 'https://github.com/mantl/consul-cli/wiki'
2015-12-29 19:24:15 +08:00
binary "consul-cli_#{version}_darwin_amd64/consul-cli"
end