gnu: vlc: Add release-monitoring-url property.
* gnu/packages/video.scm (vlc)[properties]: New field.
This commit is contained in:
parent
a692824006
commit
d2580a3f2e
1 changed files with 2 additions and 0 deletions
|
@ -2031,6 +2031,8 @@ (define-public vlc
|
|||
(description "VLC is a cross-platform multimedia player and framework
|
||||
that plays most multimedia files as well as DVD, Audio CD, VCD, and various
|
||||
streaming protocols.")
|
||||
(properties
|
||||
'((release-monitoring-url . "https://download.videolan.org/pub/videolan/vlc/last")))
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public mplayer
|
||||
|
|
Loading…
Reference in a new issue