homebrew-cask/Casks/nike-plus-connect.rb

17 lines
418 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'nike-plus-connect' do
2014-09-17 19:42:54 +08:00
version :latest
sha256 :no_check
url 'http://nikeplus.nike.com/nikeplus/nikeconnect/installers/macosx/Nike+Connect_new.dmg'
2015-04-21 03:15:34 +08:00
name 'Nike+ Connect'
homepage 'http://nikeplus.nike.com'
license :gratis
2014-09-10 23:37:04 +08:00
pkg 'Nike+Connect_new.pkg'
uninstall pkgutil: [
'com.nike.nikeplusconnect.*',
'com.nike.sportwatch',
]
end