homebrew-cask/Casks/runway.rb

13 lines
487 B
Ruby

cask 'runway' do
version '0.10.11'
sha256 'a8e8843c8114479fcca635fd119002bf682ce2ee656cae243d3b3a6c541ecbcd'
# 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