homebrew-cask/Casks/godot.rb

13 lines
398 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'godot' do
2015-06-03 17:20:52 +08:00
version '1.1'
sha256 'b09dc985b08fa979a8ee830806e2fae2cf0b8a1c3b0da80f6881c3451f670f3d'
2015-03-01 00:37:50 +08:00
# bintray.com is the official download host per the vendor homepage is not found anymore
url "https://bintray.com/artifact/download/punto/godot-relese/GodotOSX32-#{version}stable.zip"
2015-03-01 00:37:50 +08:00
name 'Godot Engine'
homepage 'http://www.godotengine.org/'
license :mit
app 'Godot.app'
end