homebrew-cask/Casks/consul-cli.rb

13 lines
520 B
Ruby

cask 'consul-cli' do
version '0.3.1'
sha256 '245915c510547e37ad19ee3eb934d9981e9e39cf4db55c89fff82ca13555bb1c'
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: '4208559e8f8f13401b81ad7686a8a05debb8fb7ea0e3da1daab9d3ac750af86e'
name 'Consul CLI'
homepage 'https://github.com/mantl/consul-cli/wiki'
binary "consul-cli_#{version}_darwin_amd64/consul-cli"
end