homebrew-cask/Casks/tagoman.rb

12 lines
283 B
Ruby
Raw Normal View History

2014-02-20 21:27:47 +08:00
class Tagoman < Cask
2014-09-17 19:43:04 +08:00
version :latest
2014-06-07 21:30:26 +08:00
sha256 :no_check
2014-10-09 23:28:11 +08:00
# dropbox is the official download host per the vendor homepage
url 'https://dl.dropboxusercontent.com/u/7614970/TagoMan.zip'
homepage 'http://onflapp.wordpress.com/tagoman'
2014-10-01 23:34:02 +08:00
license :unknown
2014-09-16 00:06:26 +08:00
app 'TagoMan.app'
2014-02-20 21:27:47 +08:00
end