homebrew-cask/Casks/gateblu.rb

17 lines
625 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'gateblu' do
2016-07-29 02:42:45 +08:00
version '7.0.1'
sha256 'c1e2f938761b421484212106a97d9c35501f98b814f33c9ca36c3e8d49523b35'
2015-05-21 07:25:55 +08:00
# s3-us-west-2.amazonaws.com/gateblu was verified as official when first introduced to the cask
2015-05-31 01:45:24 +08:00
url 'https://s3-us-west-2.amazonaws.com/gateblu/gateblu-ui/latest/Gateblu.dmg'
2016-02-14 09:01:56 +08:00
appcast 'https://github.com/octoblu/gateblu/releases.atom',
2016-07-29 02:42:45 +08:00
checkpoint: '83432afb7d03af5e597d06b46cf039d7ac04948200b27224b736222fd924529e'
2015-05-21 07:25:55 +08:00
name 'Gateblu'
homepage 'https://gateblu.octoblu.com/'
2015-05-21 07:25:55 +08:00
pkg 'Gateblu Installer.pkg'
uninstall pkgutil: 'com.octoblu.*',
delete: '/Applications/Gateblu.app'
2015-05-21 07:25:55 +08:00
end