homebrew-cask/Casks/bahamut.rb

12 lines
307 B
Ruby

class Bahamut < Cask
version :latest
sha256 :no_check
url 'https://raw.github.com/sdegutis/bahamut/master/Builds/Bahamut-LATEST.app.tar.gz'
appcast 'https://raw.github.com/sdegutis/bahamut/master/appcast.xml'
homepage 'https://github.com/sdegutis/bahamut'
license :oss
app 'Bahamut.app'
end