homebrew-cask/Casks/hype.rb

15 lines
585 B
Ruby
Raw Normal View History

2014-11-14 01:26:02 +08:00
cask :v1 => 'hype' do
2015-08-09 08:57:57 +08:00
version '3.0.3-466'
sha256 '57285045b5742160af8c67e175669027f5ac632cf499e801d0788e36e1ed2b17'
2015-08-09 08:57:57 +08:00
url "http://static.tumult.com/hype/download/Hype-#{version.sub(%r{^.*?-},'')}.app.zip"
2015-01-30 04:31:14 +08:00
name 'Hype'
2015-06-29 14:32:18 +08:00
appcast 'https://tumult.com/hype/appcast_hype2.xml',
2015-05-30 00:47:03 +08:00
:sha256 => 'b8435a77bb13d39ddaecb92a1510786ceb135225e207aaaac91e7ef230d9edea'
homepage 'http://tumult.com/hype/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2015-01-30 04:31:14 +08:00
tags :vendor => 'Tumult'
2015-08-09 08:57:57 +08:00
app "Hype #{version.to_i}.app"
2014-02-23 14:59:56 +08:00
end