homebrew-cask/Casks/td-agent.rb

14 lines
487 B
Ruby
Raw Normal View History

2014-11-14 01:27:07 +08:00
cask :v1 => 'td-agent' do
2014-12-02 13:40:49 +08:00
version '2.1.1'
sha256 '388f418e9bd7a2314335eb37bc62b5c2cc1b61fdf1f1d29f74a99dc020f486bb'
2014-08-06 18:21:15 +08:00
2014-09-26 20:09:14 +08:00
url "http://packages.treasuredata.com/2/macosx/td-agent-#{version}-0.dmg"
2014-08-06 18:21:15 +08:00
homepage 'http://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