homebrew-cask/Casks/tactor.rb

15 lines
580 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'tactor' do
2016-01-18 08:53:34 +08:00
version '1.1'
sha256 'd116a46bb9392f15d5e6698591403267057f5769bb99be105e7a7f9425d9f260'
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-06-01 04:52:54 +08:00
appcast 'https://onflapp.appspot.com/tactor',
checkpoint: '7ebe111d2fc01fa1148dbbbdd9c25bcc8295b8f3d7f16438ed3d4f49e6f6c443'
name 'Tactor'
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