mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
Reformat adobe-reader.rb according to readability conventions
This commit is contained in:
parent
14189b8622
commit
bc2fe2b89b
1 changed files with 4 additions and 2 deletions
|
|
@ -1,8 +1,10 @@
|
|||
class AdobeReader < Cask
|
||||
url 'http://ardownload.adobe.com/pub/adobe/reader/mac/11.x/11.0.07/en_US/AdbeRdr11007_en_US.dmg'
|
||||
homepage 'http://www.adobe.com/products/reader.html'
|
||||
version '11.0.07'
|
||||
sha256 '817a9f475f0a05b3b6d353eb10430769176506f6066c48b492dc13ff627b3a39'
|
||||
|
||||
url 'http://ardownload.adobe.com/pub/adobe/reader/mac/11.x/11.0.07/en_US/AdbeRdr11007_en_US.dmg'
|
||||
homepage 'http://www.adobe.com/products/reader.html'
|
||||
|
||||
install 'Adobe Reader XI Installer.pkg'
|
||||
uninstall :pkgutil => 'com.adobe.acrobat.reader.11007.*'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue