homebrew-cask-versions/Casks/adobe-reader.rb
Roland Walker 40184ad948 mass update of 650 Casks to sha256
each of these is verified: the current sha1 and the new
sha256 are both correct for the given download.
2014-02-24 07:55:29 -05:00

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