mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
12 lines
366 B
Ruby
12 lines
366 B
Ruby
cask :v1 => 'kylo' do
|
|
version '1.0.1.76141'
|
|
sha256 '5c5f1c3aedba9aa2807cffbc3aec448f0f51e16e1039c0314cf6394ddbe391b1'
|
|
|
|
# amazonaws.com is the official download host per the vendor homepage
|
|
url "https://kylo.s3.amazonaws.com/update/public/kylo-setup-#{version.gsub('.','_')}.dmg"
|
|
name 'Kylo'
|
|
homepage 'http://kylo.tv'
|
|
license :mpl
|
|
|
|
app 'Kylo.app'
|
|
end
|