homebrew-cask/Casks/gateblu.rb

13 lines
314 B
Ruby
Raw Normal View History

2015-05-21 07:25:55 +08:00
cask :v1 => 'gateblu' do
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
app 'Gateblu.app'
end