homebrew-cask/Casks/godot.rb

13 lines
352 B
Ruby

cask :v1 => 'godot' do
version '1.1'
sha256 'b09dc985b08fa979a8ee830806e2fae2cf0b8a1c3b0da80f6881c3451f670f3d'
# 151.236.22.217 is the official download host per the vendor homepage
url "http://151.236.22.217/GodotOSX32-#{version}stable.zip"
name 'Godot Engine'
homepage 'http://www.godotengine.org/'
license :mit
app 'Godot.app'
end