homebrew-cask/Casks/actotracker.rb

13 lines
338 B
Ruby

cask :v1 => 'actotracker' do
version :latest
sha256 :no_check
# dropboxusercontent.com is the official download host per the vendor homepage
url 'https://dl.dropboxusercontent.com/u/7614970/ActoTracker.zip'
name 'ActoTracker'
homepage 'http://onflapp.wordpress.com/actotracker'
license :gratis
app 'ActoTracker.app'
end