homebrew-cask/Casks/runway.rb

13 lines
486 B
Ruby

cask 'runway' do
version '0.10.8'
sha256 '122479a86e1eb20adf44b5a29f84896d8dcbad094fb93c35611d415a1de4d534'
# 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