homebrew-cask/Casks/heka.rb

15 lines
583 B
Ruby

cask 'heka' do
version '0.10.0'
sha256 '9416e6ce0e3fe56926df86607d8e0c286cd0e9773d9038c80887558ae6f41c55'
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',
checkpoint: '3e86fb6e706ad786f14ce2ef23c156b5a831f5e3ae374a27fb5fe34d6e9ce848'
name 'Mozilla heka'
homepage 'https://github.com/mozilla-services/heka'
pkg "heka-#{version.dots_to_underscores}-darwin-amd64.pkg"
uninstall pkgutil: 'com.Mozilla.heka'
end