homebrew-cask/Casks/td-agent.rb

16 lines
486 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'td-agent' do
2016-01-12 03:30:55 +08:00
version '2.3.0'
sha256 '4c80ea9c88ced5c44ae96fd5e2e41aa2d3c3e2fea3674a79eda1615c26187889'
2014-08-06 18:21:15 +08:00
2016-01-12 03:30:55 +08:00
# amazonaws.com is the official download host per the vendor homepage
url "http://packages.treasuredata.com.s3.amazonaws.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/'
2016-01-12 03:30:55 +08:00
license :apache
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
uninstall pkgutil: 'test.treasuredatainc.pkg.tdagent2',
launchctl: 'td-agent'
2014-08-06 18:21:15 +08:00
end