homebrew-cask/Casks/feisty-dog-tag.rb

13 lines
294 B
Ruby
Raw Normal View History

2014-11-14 01:25:49 +08:00
cask :v1 => 'feisty-dog-tag' do
2014-10-30 09:40:40 +08:00
version :latest
sha256 :no_check
# amazonaws.com is the official download host per the vendor homepage
2014-10-30 09:40:40 +08:00
url 'https://s3.amazonaws.com/feisty-dog/Tag.zip'
2015-01-05 05:06:30 +08:00
name 'Tag'
2014-10-30 09:40:40 +08:00
homepage 'http://www.feisty-dog.com/tag/'
license :commercial
app 'Tag.app'
end