Reformat google-adwords-editor.rb according to readability conventions

This commit is contained in:
ndr 2014-06-27 02:01:15 +02:00
parent cdb42bd3ec
commit f19a92676c
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
class GoogleAdwordsEditor < Cask
url 'https://dl.google.com/adwords_editor/10.4.1/mac/en-US/AdWords-Editor-10.4.1-en-US.dmg'
homepage 'http://www.google.com/intl/en_US/adwordseditor/'
version '10.4.1'
sha256 '570d606ac6593ac31a82ece928d7b04ad6f0355b0f58382e604be7f922c4c4ba'
url 'https://dl.google.com/adwords_editor/10.4.1/mac/en-US/AdWords-Editor-10.4.1-en-US.dmg'
homepage 'http://www.google.com/intl/en_US/adwordseditor/'
install 'AdWords-Editor-10.4.1-en-US.pkg'
uninstall :pkgutil => 'com.google.adwordseditor.pkg'
end