homebrew-cask/Casks/consul.rb

13 lines
355 B
Ruby
Raw Normal View History

2014-11-14 01:25:37 +08:00
cask :v1 => 'consul' do
2015-05-19 06:24:56 +08:00
version '0.5.2'
sha256 '87be515d7dbab760a61a359626a734f738d46ece367f68422b7dec9197d9eeea'
2015-01-17 10:41:36 +08:00
# bintray.com is the official download host per the vendor homepage
2014-09-06 04:08:59 +08:00
url "https://dl.bintray.com/mitchellh/consul/#{version}_darwin_amd64.zip"
2015-04-05 13:26:51 +08:00
name 'Consul'
homepage 'https://www.consul.io/'
license :mpl
2014-05-13 13:08:33 +08:00
binary 'consul'
end