homebrew-cask/Casks/kylo.rb

13 lines
366 B
Ruby
Raw Normal View History

2014-11-14 01:26:13 +08:00
cask :v1 => 'kylo' do
version '1.0.1.76141'
sha256 '5c5f1c3aedba9aa2807cffbc3aec448f0f51e16e1039c0314cf6394ddbe391b1'
# amazonaws.com is the official download host per the vendor homepage
2014-10-23 22:18:38 +08:00
url "https://kylo.s3.amazonaws.com/update/public/kylo-setup-#{version.gsub('.','_')}.dmg"
2015-01-05 04:11:04 +08:00
name 'Kylo'
homepage 'http://kylo.tv'
license :mpl
2014-09-16 00:05:50 +08:00
app 'Kylo.app'
end