homebrew-cask/Casks/runway.rb

13 lines
487 B
Ruby

cask 'runway' do
version '0.10.12'
sha256 '5929a4c4b8d08f24737f9fedcb772dc93972cae886cf6a88fcd9938e6248dd98'
# 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