homebrew-cask/Casks/ax88179.rb

15 lines
556 B
Ruby
Raw Normal View History

class Ax88179 < Cask
homepage 'http://www.asix.com.tw/products.php?op=pItemdetail&PItemID=131;71;112&PLine=71'
2014-10-01 23:32:31 +08:00
license :unknown
2014-09-16 02:35:24 +08:00
version '2.2.0_20140724'
basename = "AX88179_178A_Macintosh_10.6_to_10.10_Driver_Installer_v#{version}"
url "http://www.asix.com.tw/FrootAttach/driver/#{basename}.zip"
2014-09-16 02:35:24 +08:00
sha256 '075cdf5cb5a6ed0e8a4d59ff470a32f5e869f3b2f2b08f268120cbae30c61329'
nested_container "#{basename}/AX88179_178A.dmg"
2014-09-10 23:36:59 +08:00
pkg "AX88179_178A_v#{version[0..-10]}.pkg"
uninstall :script => { :executable => 'AX88179_178A_Uninstall_v140' }
end