homebrew-cask/Casks/actotracker.rb

15 lines
545 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'actotracker' do
2016-01-14 06:00:57 +08:00
version '1.2'
sha256 '578c3d1519a6d89207364802cec18ca314b6c30ace1d3de262f3c0d152e685da'
2016-02-11 23:38:24 +08:00
# dropboxusercontent.com/u/7614970 was verified as official when first introduced to the cask
url 'https://dl.dropboxusercontent.com/u/7614970/ActoTracker.zip'
2015-06-29 14:32:18 +08:00
appcast 'https://onflapp.appspot.com/actotracker',
checkpoint: '8ae126c057e71688c0d6c9b24ff45a56d97c62251dddd433d99bb724ddcb5492'
name 'ActoTracker'
homepage 'https://onflapp.wordpress.com/actotracker/'
2014-10-13 22:42:55 +08:00
license :gratis
2014-09-16 00:05:12 +08:00
app 'ActoTracker.app'
2014-02-20 21:46:48 +08:00
end