homebrew-cask/Casks/actotracker.rb

13 lines
338 B
Ruby
Raw Normal View History

2014-11-14 01:25:19 +08:00
cask :v1 => 'actotracker' do
2014-09-17 19:42:36 +08:00
version :latest
2014-06-04 14:20:14 +08:00
sha256 :no_check
# dropboxusercontent.com is the official download host per the vendor homepage
url 'https://dl.dropboxusercontent.com/u/7614970/ActoTracker.zip'
2015-01-04 10:16:44 +08:00
name 'ActoTracker'
homepage 'http://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