nvchecker: add {,lib}mediainfo
This commit is contained in:
parent
876fd5d85b
commit
660efc3c4a
1 changed files with 12 additions and 0 deletions
|
@ -90,6 +90,18 @@ to_pattern = '\1.\2.\3'
|
|||
|
||||
# github
|
||||
|
||||
[libmediainfo]
|
||||
source = "github"
|
||||
github = "MediaArea/MediaInfoLib"
|
||||
use_max_tag = true
|
||||
prefix = "v"
|
||||
|
||||
[mediainfo]
|
||||
source = "github"
|
||||
github = "MediaArea/MediaInfo"
|
||||
use_max_tag = true
|
||||
prefix = "v"
|
||||
|
||||
[libgraphqlparser]
|
||||
source = "github"
|
||||
github = "graphql/libgraphqlparser"
|
||||
|
|
Loading…
Reference in a new issue