Merge pull request #7127 from lvillani/ax88772-v2.3.0

Update AX88772 driver to version 2.3.0
This commit is contained in:
Vítor Galvão
2014-11-02 15:56:42 +00:00
+4 -4
View File
@@ -1,10 +1,10 @@
class Ax88772 < Cask
version '2.1.0_20140428'
sha256 'ea7b2c401855c991cfd9d147632d5bf0478c99a4be034575301eb8549404391f'
version '2.3.0'
sha256 '94d3916c4ad0c06bce827cb2fbcc17e09168530a475db6e2b1d857fc289fcc1b'
module Utils
def self.basename
"AX88772C_772B_772A_760_772_Macintosh_10.5_to_10.9_Driver_Installer_v#{Ax88772.version}"
"AX88772C_772B_772A_760_772_Macintosh_10.5_to_10.10_Driver_Installer_v#{Ax88772.version}"
end
end
@@ -13,6 +13,6 @@ class Ax88772 < Cask
license :unknown
container :nested => "#{Utils.basename}/AX88772.dmg"
pkg "AX88772_v#{version[0..-10]}.pkg"
pkg "AX88772_v#{version}.pkg"
uninstall :script => { :executable => 'AX88772C_772B_772A_760_772_Uninstall_v130' }
end