diff options
author | Erich Eckner <git@eckner.net> | 2025-01-20 19:54:49 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2025-01-20 19:54:49 +0100 |
commit | bf8d4a4eeaa322600cdd3be714bad870868169cf (patch) | |
tree | e3a88351718bb8e491c4010e7cc3a7b7bbc18590 | |
parent | 356a4e2a400103b278a312d68cf22bad78e0b6ad (diff) | |
download | archlinuxewe-bf8d4a4eeaa322600cdd3be714bad870868169cf.tar.xz |
nvchecker.toml: update upstreams
-rw-r--r-- | nvchecker.toml | 29 |
1 files changed, 13 insertions, 16 deletions
diff --git a/nvchecker.toml b/nvchecker.toml index 5a81c9915..df9eee3c9 100644 --- a/nvchecker.toml +++ b/nvchecker.toml @@ -30,16 +30,10 @@ source = "github" github = "evertiro/cdm" use_latest_tag = "true" -[ceph-bin] -source = "git" -git = "https://github.com/bazaah/aur-ceph.git" -prefix = "v" -use_latest_tag = "true" - [collectd] -source = "github" -github = "collectd/collectd" -use_latest_tag = "true" +source = "git" +git = "https://github.com/collectd/collectd.git" +include_regex = "[0-9.]+" [conduktor] source = "github" @@ -79,6 +73,7 @@ use_latest_tag = "true" [h2o] source = "git" git = "https://github.com/h2o/h2o.git" +include_regex = "v[0-9.]+" prefix = "v" [hyperrogue] @@ -93,14 +88,17 @@ github = "The-Repo-Club/i3-swallow" use_latest_tag = "true" [jamulus-headless] -source = "github" -github = "jamulussoftware/jamulus" -prefix = "v" -use_latest_tag = "true" +source = "git" +git = "https://github.com/jamulussoftware/jamulus.git" +include_regex = "r[0-9_]+_[0-9_]+" +from_pattern = "_" +to_pattern = "." +prefix = "r" [kubectl-argo-rollouts-bin] source = "git" git = "https://github.com/argoproj/argo-rollouts.git" +include_regex = "v[0-9.]+" prefix = "v" [linenoise] @@ -269,10 +267,9 @@ prefix = "v" use_latest_tag = "true" [wcc] -source = "github" -github = "endrazine/wcc" +source = "git" +git = "https://github.com/endrazine/wcc.git" prefix = "v" -use_latest_tag = "true" [wsdd2] source = "github" |