cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / ax88772.rb
blob7d59bc8a7ba61001feb3469cf4e871ebc2d99221
1 cask :v1 => 'ax88772' do
2   version '2.3.0'
3   sha256 '94d3916c4ad0c06bce827cb2fbcc17e09168530a475db6e2b1d857fc289fcc1b'
5   module Utils
6     def self.basename
7       "AX88772C_772B_772A_760_772_Macintosh_10.5_to_10.10_Driver_Installer_v#{Module.nesting.last.version}"
8     end
9   end
11   url "http://www.asix.com.tw/FrootAttach/driver/#{Utils.basename}.zip"
12   name 'AX88772'
13   homepage 'http://www.asix.com.tw/products.php?op=pItemdetail&PItemID=86;71;101&PLine=71'
14   license :unknown    # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
16   container :nested => "#{Utils.basename}/AX88772.dmg"
17   pkg "AX88772_v#{version}.pkg"
19   uninstall :script => { :executable => 'AX88772C_772B_772A_760_772_Uninstall_v130' }
20 end