homebrew-cask/Casks/bahamut.rb

12 lines
311 B
Ruby
Raw Normal View History

2014-11-14 01:25:26 +08:00
cask :v1 => 'bahamut' do
2014-09-17 19:42:38 +08:00
version :latest
sha256 :no_check
2014-04-09 02:13:26 +08:00
url 'https://raw.github.com/sdegutis/bahamut/master/Builds/Bahamut-LATEST.app.tar.gz'
2014-06-03 01:38:01 +08:00
appcast 'https://raw.github.com/sdegutis/bahamut/master/appcast.xml'
homepage 'https://github.com/sdegutis/bahamut'
license :mit
2014-09-16 00:05:17 +08:00
app 'Bahamut.app'
end