homebrew-cask/Casks/serf.rb

13 lines
347 B
Ruby
Raw Normal View History

2014-11-14 01:26:54 +08:00
cask :v1 => 'serf' do
2014-07-12 04:14:02 +08:00
version '0.6.3'
sha256 'c406463486282ae9c6dc974a5d8688b8908a1fb6af46a2c1aca3785c16ac590b'
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 'http://www.serfdom.io/'
license :mpl
2014-03-11 04:23:39 +08:00
binary 'serf'
end