homebrew-cask/Casks/hype.rb

16 lines
648 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'hype' do
2016-08-04 06:48:02 +08:00
version '3.5.3-538'
sha256 'ce348554a003f3328a758a6675bbfbf2b27440b06edac35aa6d9c69fb57a3191'
url "http://static.tumult.com/hype/download/Hype-#{version.sub(%r{^.*?-}, '')}.app.zip"
2015-06-29 14:32:18 +08:00
appcast 'https://tumult.com/hype/appcast_hype2.xml',
2016-08-04 06:48:02 +08:00
checkpoint: '4ef4ee56a1e6db36ab432324bbe219dc2cb6bf6809b8fbcbcaae53c9a8a24bdd'
name 'Tumult Hype'
homepage 'https://tumult.com/hype/'
2015-09-03 04:25:16 +08:00
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.major}.app"
2014-02-23 14:59:56 +08:00
end