nvchecker: add zydis & zycore-c

This commit is contained in:
George Rawlinson 2022-02-01 21:39:50 +00:00
parent 09c80ddd5f
commit cde0ee9630
Signed by: grawlinson
GPG key ID: E0959FEA8B550539

View file

@ -129,6 +129,18 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github # github
[zydis]
source = "github"
github = "zyantific/zydis"
use_max_tag = true
prefix = "v"
[zycore-c]
source = "github"
github = "zyantific/zycore-c"
use_max_tag = true
prefix = "v"
[redo-c] [redo-c]
source = "github" source = "github"
github = "leahneukirchen/redo-c" github = "leahneukirchen/redo-c"