Merge pull request #11365 from thehunmonkgroup/gobbler

Add Gobbler.app v2.0
This commit is contained in:
Vítor Galvão 2015-05-26 14:55:06 +01:00
commit 064b0c8182
1 changed files with 15 additions and 0 deletions

15
Casks/gobbler.rb Normal file
View File

@ -0,0 +1,15 @@
cask :v1 => 'gobbler' do
version :latest
sha256 :no_check
url 'https://app.gobbler.com/download_latest_redirect?product_version=2'
name 'Gobbler'
homepage 'https://app.gobbler.com'
license :gratis
installer :manual => 'Gobbler.app'
uninstall :script => {
:executable => '/Library/Gobbler/Uninstaller/uninstall_gobbler.sh',
:args => ['-f'],
}
end