homebrew-cask/Casks/nomad.rb

13 lines
363 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'nomad' do
2015-12-03 04:13:23 +08:00
version '0.2.1'
sha256 '7f40f24c7c386bff4f97fad89c258ca7549d9629260d319a71a27fbb9e9ba31f'
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