homebrew-cask/Casks/the-tagger.rb

14 lines
380 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'the-tagger' do
2014-12-23 18:06:28 +08:00
version :latest
sha256 :no_check
url 'http://deadbeatsw.com/thetagger/TheTaggerLatest.zip'
2015-05-28 04:32:23 +08:00
appcast 'http://deadbeatsw.com/thetagger/appcast.xml',
:sha256 => 'a705c4355bc47841b153faa39280aa42dcac99d919e82417ce409cdb2a70db92'
name 'The Tagger'
2014-12-23 18:06:28 +08:00
homepage 'http://deadbeatsw.com/thetagger/'
license :commercial
app 'The Tagger.app'
end