diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index a4e19e1..e87c31e 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -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"