homebrew-cask/Casks/serf.rb

8 lines
237 B
Ruby
Raw Normal View History

2014-03-11 04:23:39 +08:00
class Serf < Cask
2014-05-12 11:41:17 +08:00
url 'https://dl.bintray.com/mitchellh/serf/0.6.0_darwin_amd64.zip'
2014-03-11 04:23:39 +08:00
homepage 'http://www.serfdom.io/'
2014-05-12 11:41:17 +08:00
version '0.6.0'
sha256 '356f72abf85766b120fc2c2bc6438c13b91950d7ec932a36241551a347f80369'
2014-03-11 04:23:39 +08:00
binary 'serf'
end