homebrew-cask/Casks/gateblu.rb

13 lines
314 B
Ruby

cask :v1 => 'gateblu' do
version :latest
sha256 :no_check
# amazonaws.com is the official download host per the vendor homepage
url 'https://s3-us-west-2.amazonaws.com/gateblu/gateblu-ui/latest/Gateblu.dmg'
name 'Gateblu'
homepage 'https://gateblu.octoblu.com'
license :mit
app 'Gateblu.app'
end