homebrew-cask/Casks/td-agent.rb

16 lines
600 B
Ruby

cask 'td-agent' do
version '3.1.1-0'
sha256 'aea92474070fc973315228dde287a32111d29cb52f4a94bc7f73cfa73d88afc8'
# packages.treasuredata.com.s3.amazonaws.com/ was verified as official when first introduced to the cask
url "http://packages.treasuredata.com.s3.amazonaws.com/#{version.major}/macosx/td-agent-#{version}.dmg"
appcast "https://td-agent-package-browser.herokuapp.com/#{version.major}/macosx"
name 'td-agent'
homepage 'https://www.fluentd.org/'
pkg "td-agent-#{version}.pkg"
uninstall pkgutil: 'test.treasuredatainc.pkg.td-agent',
launchctl: 'td-agent'
end