homebrew-cask/Casks/hype.rb

14 lines
503 B
Ruby

cask 'hype' do
version '3.6.7'
sha256 'bf7c50c3586db09eeb957900a156b4e0c14a53b5a92fdb6471a7a952649cc324'
url 'https://tumult.com/hype/download/Hype.zip'
appcast 'https://tumult.com/hype/appcast_hype2.xml',
checkpoint: 'bc9a8950da6a8434013469075aa5354bdd993bcbf4b78e58dc04640341c89be9'
name 'Tumult Hype'
homepage 'https://tumult.com/hype/'
# Renamed for consistency: app name is different in the Finder and in a shell
app 'Hype2.app', target: "Hype #{version.major}.app"
end