homebrew-cask/Casks/consul.rb

13 lines
354 B
Ruby
Raw Normal View History

2014-11-14 01:25:37 +08:00
cask :v1 => 'consul' do
2015-05-14 03:30:51 +08:00
version '0.5.1'
sha256 '06fef2ffc5a8ad8883213227efae5d1e0aa4192ccb772ec6086103a7a08fadf8'
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 'http://www.consul.io/'
license :mpl
2014-05-13 13:08:33 +08:00
binary 'consul'
end