homebrew-cask/Casks/serf.rb

15 lines
517 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'
2016-03-09 05:02:47 +08:00
# hashicorp.com/serf was verified as official when first introduced to the cask
url "https://releases.hashicorp.com/serf/#{version}/serf_#{version}_darwin_amd64.zip"
appcast 'https://github.com/hashicorp/serf/releases.atom',
checkpoint: 'ddc3f79c2b3e97a00f88d514dda17428961eccefd74afeb8470a0e458af33c7d'
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