mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 06:16:46 -06:00
7 lines
315 B
Ruby
7 lines
315 B
Ruby
class PlexMediaServer < Cask
|
|
url 'http://downloads.plexapp.com/plex-media-server/0.9.9.7.429-f80a8d6/PlexMediaServer-0.9.9.7.429-f80a8d6-OSX.zip'
|
|
homepage 'http://plexapp.com'
|
|
version '0.9.9.7.429'
|
|
sha256 '7d00adaf8b3254d0a34d4c4cb6ec65f97f9fc5101a16005c2ef1297b41f71900'
|
|
link 'Plex Media Server.app'
|
|
end
|