homebrew-cask/Casks/tagoman.rb

15 lines
601 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'tagoman' do
2016-01-18 08:55:00 +08:00
version '1.0'
sha256 'a9cff4b2b948d668ed4594d72d3616fcda96d1faa7038165440aaa523208f924'
# dropboxusercontent.com is the official download host per the vendor homepage
url 'https://dl.dropboxusercontent.com/u/7614970/TagoMan.zip'
2015-06-01 04:52:54 +08:00
appcast 'https://onflapp.appspot.com/tagoman',
checkpoint: '98ec87defcd27b48c9a6e851ec6160f66feaac0e90d32259dd6506d7e9a580a7'
name 'TagoMan'
homepage 'https://onflapp.wordpress.com/tagoman/'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:26 +08:00
app 'TagoMan.app'
2014-02-20 21:27:47 +08:00
end