nvchecker: add greatest
This commit is contained in:
parent
cde0ee9630
commit
3770f7d302
1 changed files with 6 additions and 0 deletions
|
@ -129,6 +129,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
|
||||||
|
|
||||||
# github
|
# github
|
||||||
|
|
||||||
|
[greatest]
|
||||||
|
source = "github"
|
||||||
|
github = "silentbicycle/greatest"
|
||||||
|
use_max_tag = true
|
||||||
|
prefix = "v"
|
||||||
|
|
||||||
[zydis]
|
[zydis]
|
||||||
source = "github"
|
source = "github"
|
||||||
github = "zyantific/zydis"
|
github = "zyantific/zydis"
|
||||||
|
|
Loading…
Reference in a new issue