homebrew-cask/Casks/tag.rb

13 lines
362 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'tag' do
version '0.4.1'
sha256 '165631a76db33cbe5200ff64a64f5e1dad6606ae815c7609d59b7367f9344360'
2015-01-19 10:14:34 +08:00
# sourceforge.net is the official download host per the vendor homepage
url "http://downloads.sourceforge.net/sourceforge/tagosx/Tag-#{version}.zip"
2015-01-10 05:45:30 +08:00
name 'Tag'
2014-02-11 00:56:16 +08:00
homepage 'http://sbooth.org/Tag/'
license :gpl
2014-09-16 00:06:26 +08:00
app "Tag-#{version}/Tag.app"
2014-02-11 00:56:16 +08:00
end