homebrew-cask/Casks/heka.rb

15 lines
583 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'heka' do
2016-01-20 11:42:06 +08:00
version '0.10.0'
sha256 '9416e6ce0e3fe56926df86607d8e0c286cd0e9773d9038c80887558ae6f41c55'
2015-03-27 02:59:57 +08:00
url "https://github.com/mozilla-services/heka/releases/download/v#{version}/heka-#{version.dots_to_underscores}-darwin-amd64.dmg"
appcast 'https://github.com/mozilla-services/heka/releases.atom',
2017-05-13 05:18:40 +08:00
checkpoint: '3e86fb6e706ad786f14ce2ef23c156b5a831f5e3ae374a27fb5fe34d6e9ce848'
name 'Mozilla heka'
2015-03-27 02:59:57 +08:00
homepage 'https://github.com/mozilla-services/heka'
pkg "heka-#{version.dots_to_underscores}-darwin-amd64.pkg"
2015-03-27 02:59:57 +08:00
uninstall pkgutil: 'com.Mozilla.heka'
2015-03-27 02:59:57 +08:00
end