homebrew-cask/Casks/gamesalad.rb

15 lines
547 B
Ruby

cask :v1 => 'gamesalad' do
version '0.13.41'
sha256 'ec19549deddb46e320354b9158f66586bcd5f43334c4cc272a45a702e2ecab14'
# amazonaws.com is the official download host per the vendor homepage
url "http://gs.releases.s3.amazonaws.com/creator/#{version}/GameSalad-Creator-#{version}-beta.dmg"
name 'GameSalad'
appcast 'https://gamesalad.com/download/studioUpdates',
:sha256 => '479889661b7dc4f242a2710a79b4a8a59651c13693cc06cbf3472713914dcabd'
homepage 'https://gamesalad.com/'
license :commercial
app 'GameSalad.app'
end