homebrew-cask/Casks/nomad.rb

13 lines
370 B
Ruby
Raw Normal View History

2015-09-29 02:50:51 +08:00
cask :v1 => 'nomad' do
2015-10-15 23:55:32 +08:00
version '0.1.2'
sha256 '8fcff1029c6cc9bf24ee441d749ef1039a6132e62ef486561a8a8d9e6e519fbf'
2015-09-29 02:50:51 +08:00
# hashicorp.com is the official download host per the vendor homepage
url "https://releases.hashicorp.com/nomad/#{version}/nomad_#{version}_darwin_amd64.zip"
2015-09-29 02:50:51 +08:00
name 'Nomad'
homepage 'https://nomadproject.io/'
license :mpl
binary 'nomad'
end