homebrew-cask/Casks/osmc.rb

13 lines
360 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'osmc' do
2015-02-04 18:51:18 +08:00
version :latest
sha256 :no_check
2015-02-04 18:51:18 +08:00
url 'http://download.osmc.tv/installers/osmc-installer.dmg'
name 'OSMC'
homepage 'https://osmc.tv/'
# Renamed for clarity: app name is inconsistent with its branding.
# Original discussion: https://github.com/caskroom/homebrew-cask/pull/9420
app 'qt_host_installer.app', target: 'OSMC.app'
2015-02-04 18:51:18 +08:00
end