mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
11 lines
350 B
Ruby
11 lines
350 B
Ruby
cask :v1 => 'tagoman' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
# dropboxusercontent.com 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 # todo: improve this machine-generated value
|
|
|
|
app 'TagoMan.app'
|
|
end
|