homebrew-cask/Casks/garmin-express.rb

14 lines
407 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'garmin-express' do
2014-09-17 19:42:45 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'http://download.garmin.com/omt/express/B/GarminExpressInstaller.dmg'
2015-04-06 16:56:20 +08:00
name 'Garmin Express'
2015-06-29 14:32:18 +08:00
homepage 'https://www.garmin.com/express'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-10 23:37:01 +08:00
pkg 'Install Garmin Express.pkg'
uninstall pkgutil: 'com.garmin.renu.client'
2014-05-06 05:28:37 +08:00
end