homebrew-cask/Casks/serf.rb

13 lines
357 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'serf' do
2015-12-23 05:58:10 +08:00
version '0.7.0'
sha256 '30ab3f2fe65cbef0ce1cefa27c7aa27043fc3634c52a2f46d8921964b1ab2380'
# hashicorp.com is the official download host per the vendor homepage
url "https://releases.hashicorp.com/serf/#{version}/serf_#{version}_darwin_amd64.zip"
2015-01-05 04:12:26 +08:00
name 'Serf'
homepage 'https://www.serfdom.io/'
license :mpl
2014-03-11 04:23:39 +08:00
binary 'serf'
end