homebrew-cask/Casks/serf.rb

13 lines
348 B
Ruby
Raw Normal View History

2014-11-14 01:26:54 +08:00
cask :v1 => 'serf' do
2015-02-13 12:24:48 +08:00
version '0.6.4'
sha256 '8f1cd35ab55e95657c1dcc657df94fee62cb745ba72927d105559396c4f0a3ef'
2015-01-18 11:22:15 +08:00
# bintray.com is the official download host per the vendor homepage
2014-09-26 20:09:11 +08:00
url "https://dl.bintray.com/mitchellh/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