homebrew-cask/Casks/td-agent.rb

15 lines
500 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'td-agent' do
2015-07-10 16:29:39 +08:00
version '2.1.4'
sha256 '14ffe35c81622590b0fa65f7ce61b6db39a1035fe7c4b4a10eae77e2901845c7'
2014-08-06 18:21:15 +08:00
url "https://packages.treasuredata.com/2/macosx/td-agent-#{version}-0.dmg"
2015-05-05 04:21:10 +08:00
name 'td-agent'
2015-06-29 14:32:18 +08:00
homepage 'https://www.fluentd.org/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-08-06 18:21:15 +08:00
2014-12-02 13:40:49 +08:00
pkg "tdagent-#{version}-0.pkg"
2014-11-22 22:12:46 +08:00
2014-08-06 18:21:15 +08:00
uninstall :pkgutil => 'test.treasuredatainc.pkg.tdagent2',
:launchctl => 'td-agent'
end