mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-20 06:16:57 -06:00
7 lines
217 B
Ruby
7 lines
217 B
Ruby
class VlcStreamer < Cask
|
|
url 'http://hobbyistsoftware.com/Downloads/VLCStreamer/latest-mac.php?cdn'
|
|
homepage 'http://hobbyistsoftware.com/vlcstreamer'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'VLCStreamer.app'
|
|
end
|