mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
7 lines
242 B
Ruby
7 lines
242 B
Ruby
class Consul < Cask
|
|
url 'https://dl.bintray.com/mitchellh/consul/0.3.0_darwin_amd64.zip'
|
|
homepage 'http://www.consul.io/'
|
|
version '0.3.0'
|
|
sha256 '9dfbc70c01ebbc3e7dba0e4b31baeddbdcbd36ef99f5ac87ca6bbcc7405df405'
|
|
binary 'consul'
|
|
end
|