mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-11 22:06:11 -06:00
7 lines
206 B
Ruby
7 lines
206 B
Ruby
class Youview < Cask
|
|
url 'http://download.mrgeckosmedia.com/YouView.zip'
|
|
homepage 'https://mrgeckosmedia.com/applications/info/YouView'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'YouView/YouView.app'
|
|
end
|