homebrew-cask-versions/Casks/tagoman.rb
2014-10-09 16:29:24 +01:00

11 lines
283 B
Ruby

class Tagoman < Cask
version :latest
sha256 :no_check
# 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'
license :unknown
app 'TagoMan.app'
end