homebrew-cask/Casks/escritorio-movistar.rb

24 lines
890 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'escritorio-movistar' do
version '8.9'
sha256 '0709299be3faf37e99497ffdf6668c6f0f90cb335fa86e797f8a04548a65689b'
2015-06-29 14:32:18 +08:00
url "https://www.movistar.es/estaticos/descargaaplicaciones/Escritorio%20Movistar_v#{version}.pkg"
2015-01-06 11:16:57 +08:00
name 'Escritorio Movistar'
2015-06-29 14:32:18 +08:00
homepage 'https://www.movistar.es/particulares/servicios/descargaaplicaciones'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-26 20:08:53 +08:00
pkg "Escritorio Movistar_v#{version}.pkg"
uninstall :quit => 'com.movistar.tgcm.devel.tme',
:pkgutil => [
'com.ZTE.DatacardDriver.MacV1.3.41NDISICAEM1000.01.02',
'com.bellardo.driver.HuaweiDataCardDriver',
'com.movistar.tgcm.tme',
'com.novatelwireless.3G',
]
2014-09-26 22:28:01 +08:00
caveats do
reboot
end
end