homebrew-cask/Casks/gateblu.rb

15 lines
485 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'
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/octoblu/gateblu/releases.atom'
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.*'
2015-05-21 07:25:55 +08:00
end