mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
11 lines
302 B
Ruby
11 lines
302 B
Ruby
cask :v1 => 'actotracker' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
# dropbox is the official download host per the vendor homepage
|
|
url 'https://dl.dropboxusercontent.com/u/7614970/ActoTracker.zip'
|
|
homepage 'http://onflapp.wordpress.com/actotracker'
|
|
license :gratis
|
|
|
|
app 'ActoTracker.app'
|
|
end
|