mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
8 lines
380 B
Ruby
8 lines
380 B
Ruby
class AdobeReader < Cask
|
|
url 'http://ardownload.adobe.com/pub/adobe/reader/mac/11.x/11.0.06/en_US/AdbeRdr11006_en_US.dmg'
|
|
homepage 'http://www.adobe.com/products/reader.html'
|
|
version '11.0.06'
|
|
sha256 '5d057ea44692036d6b7b2eb3b7f906baac23aca95c1b417535a33527a252929a'
|
|
install 'Adobe Reader XI Installer.pkg'
|
|
uninstall :pkgutil => 'com.adobe.acrobat.reader.11006.*'
|
|
end
|