homebrew-cask/Casks/runway.rb

13 lines
487 B
Ruby

cask 'runway' do
version '0.10.33'
sha256 '1271e09f82752640b3e3e5d3d0b73b966acd0d76abde6469ba97d8148bf25c2a'
# runway-releases.s3.amazonaws.com was verified as official when first introduced to the cask
url "https://runway-releases.s3.amazonaws.com/Runway-#{version}.dmg"
appcast 'https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://api.runwayml.com/v1/download?platform=mac'
name 'Runway'
homepage 'https://runwayml.com/'
app 'Runway.app'
end