homebrew-cask/Casks/runway.rb

13 lines
485 B
Ruby

cask 'runway' do
version '0.9.8'
sha256 '206006a37d61327baf107c220ba624eae32eb7c5f3f160300b278951c3446f3a'
# 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