homebrew-cask/Casks/gobbler.rb

18 lines
456 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'gobbler' do
2015-05-25 21:13:18 +08:00
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'
2015-12-22 08:33:30 +08:00
uninstall script: {
executable: '/Library/Gobbler/Uninstaller/uninstall_gobbler.sh',
args: ['-f'],
sudo: true,
}
2015-05-25 21:13:18 +08:00
end