homebrew-cask/Casks/gateblu.rb

16 lines
411 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'gateblu' do
2015-05-21 07:25:55 +08:00
version :latest
sha256 :no_check
# amazonaws.com is the official download host per the vendor homepage
2015-05-31 01:45:24 +08:00
url 'https://s3-us-west-2.amazonaws.com/gateblu/gateblu-ui/latest/Gateblu.dmg'
2015-05-21 07:25:55 +08:00
name 'Gateblu'
homepage 'https://gateblu.octoblu.com'
license :mit
pkg 'Gateblu Installer.pkg'
uninstall :pkgutil => 'com.octoblu.*',
:delete => '/Applications/Gateblu.app'
2015-05-21 07:25:55 +08:00
end