nvchecker: add zydis & zycore-c
This commit is contained in:
parent
09c80ddd5f
commit
cde0ee9630
1 changed files with 12 additions and 0 deletions
|
@ -129,6 +129,18 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
|
|||
|
||||
# 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]
|
||||
source = "github"
|
||||
github = "leahneukirchen/redo-c"
|
||||
|
|
Loading…
Reference in a new issue