homebrew-cask/Casks/runway.rb

13 lines
485 B
Ruby

cask 'runway' do
version '0.9.3'
sha256 '113e86d4cf8c686c8ee136916facdd092ef52eebc2816a5e10ae586cf11b4ca2'
# 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