mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
11 lines
283 B
Ruby
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
|