Add Google AdWords editor

This commit is contained in:
mAAdhaTTah 2014-05-14 15:53:15 -04:00 committed by Roland Walker
parent e890abffc9
commit 3538a2d0db
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
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'
install 'AdWords-Editor-10.4.1-en-US.pkg'
uninstall :pkgutil => 'com.google.adwordseditor.pkg'
end