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

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"