homebrew-cask/Casks/consul-template.rb

13 lines
500 B
Ruby
Raw Normal View History

2014-12-25 12:07:38 +08:00
cask :v1 => 'consul-template' do
2015-06-21 03:29:02 +08:00
version '0.10.0'
sha256 '178e8e59d2e380440ac5582fb7f49c946ff931c1589ac85258d7dba82aefaabe'
2014-12-25 12:07:38 +08:00
url "https://github.com/hashicorp/consul-template/releases/download/v#{version}/consul-template_#{version}_darwin_amd64.tar.gz"
appcast 'https://github.com/hashicorp/consul-template/releases.atom'
2015-01-06 10:49:48 +08:00
name 'Consul Template'
2014-12-25 12:07:38 +08:00
homepage 'https://github.com/hashicorp/consul-template'
license :mpl
binary "consul-template_#{version}_darwin_amd64/consul-template"
end