nvchecker: add greatest

This commit is contained in:
George Rawlinson 2022-02-01 21:40:06 +00:00
parent cde0ee9630
commit 3770f7d302
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 6 additions and 0 deletions

View File

@ -129,6 +129,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github
[greatest]
source = "github"
github = "silentbicycle/greatest"
use_max_tag = true
prefix = "v"
[zydis]
source = "github"
github = "zyantific/zydis"