homebrew-cask/Casks/consul.rb

11 lines
268 B
Ruby
Raw Normal View History

2014-11-14 01:25:37 +08:00
cask :v1 => 'consul' do
2014-10-22 00:32:05 +08:00
version '0.4.1'
sha256 '957fe9ba27bbaf99539cd534db8ac8ec4c9fa1c6b3b4675d0c0eb3a7fbfb646c'
2014-09-06 04:08:59 +08:00
url "https://dl.bintray.com/mitchellh/consul/#{version}_darwin_amd64.zip"
homepage 'http://www.consul.io/'
license :mpl
2014-05-13 13:08:33 +08:00
binary 'consul'
end