nvchecker: add lowdown and libcpuid

This commit is contained in:
George Rawlinson 2021-11-02 03:57:33 +00:00
parent 5d6ff9e676
commit 5992b0f084
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 14 additions and 0 deletions

View File

@ -78,6 +78,20 @@ prefix = "r"
# github
[lowdown]
source = "github"
github = "kristapsdz/lowdown"
use_max_tag = true
from_pattern = 'VERSION_(\d+)_(\d+)_(\d+)'
to_pattern = '\1.\2.\3'
ignored = "VERSION_0"
[libcpuid]
source = "github"
github = "anrieff/libcpuid"
use_max_tag = true
prefix = "v"
[duckdb]
source = "github"
github = "duckdb/duckdb"