homebrew-cask/Casks/hype.rb

16 lines
648 B
Ruby

cask 'hype' do
version '3.5.0-518'
sha256 '66d2df2b982aa4634583381046a7c3bbd93b9fe8e7232663d51fdc8bc52358f3'
url "http://static.tumult.com/hype/download/Hype-#{version.sub(%r{^.*?-},'')}.app.zip"
name 'Tumult Hype'
appcast 'https://tumult.com/hype/appcast_hype2.xml',
:sha256 => '07aef09835937ee8af2d7938f30d9871faa6f935b36bc93850e021e32ebf6717'
homepage 'https://tumult.com/hype/'
license :commercial
# Renamed for consistency: app name is different in the Finder and in a shell.
# Original discussion: https://github.com/caskroom/homebrew-cask/pull/15762
app 'Hype2.app', :target => "Hype #{version.to_i}.app"
end