homebrew-cask/Casks/tactor.rb

15 lines
534 B
Ruby
Raw Normal View History

2014-11-14 01:27:06 +08:00
cask :v1 => 'tactor' do
2014-09-17 19:43:04 +08:00
version :latest
2014-06-07 21:27:48 +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/Tactor.zip'
2015-05-03 04:39:23 +08:00
name 'Tactor'
2015-06-01 04:52:54 +08:00
appcast 'https://onflapp.appspot.com/tactor',
:sha256 => 'de6620c8fd971681e356f2c24280ae9d38d09b78cafd2f25593fe50a235fd997'
homepage 'https://onflapp.wordpress.com/tactor/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:26 +08:00
app 'Tactor.app'
2014-02-21 01:11:16 +08:00
end