Update consul to 0.2.1

This commit is contained in:
lalyos 2014-05-30 06:20:07 +02:00
parent 452a43a78e
commit 73e6aeb7e1
1 changed files with 3 additions and 6 deletions

View File

@ -1,10 +1,7 @@
class Consul < Cask
url 'https://dl.bintray.com/mitchellh/consul/0.2.0_darwin_amd64.zip'
url 'https://dl.bintray.com/mitchellh/consul/0.2.1_darwin_amd64.zip'
homepage 'http://www.consul.io/'
version '0.2.0'
sha256 '0a03a42fa3ea945d19152bc2429b4098a195a68f7a8f10a1b63e805f7f251fe9'
version '0.2.1'
sha256 '5c9a952daf1f0ff3c11df5eacf87a03b67dabadf4a1a577f37af2ca6d3bfc7b6'
binary 'consul'
after_install do
system '/bin/chmod', '--', '755', "#{destination_path}/consul"
end
end