homebrew-cask/Casks/bahamut.rb

12 lines
311 B
Ruby

cask :v1 => 'bahamut' do
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 :mit
app 'Bahamut.app'
end