aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/nvchecker/extra.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.config/nvchecker/extra.toml b/.config/nvchecker/extra.toml
index 1cc3a82..5231611 100644
--- a/.config/nvchecker/extra.toml
+++ b/.config/nvchecker/extra.toml
@@ -310,6 +310,11 @@ git = "https://github.com/open-mpi/ompi"
exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)"
use_max_tag = true
+[openpmix]
+source = "git"
+git = "https://github.com/openpmix/openpmix"
+use_max_tag = true
+
[ostree]
source = "git"
git = "https://github.com/ostreedev/ostree"
@@ -338,6 +343,11 @@ source = "regex"
regex = "postfix-([\\d.]+)\\.tar\\.gz?"
url = "https://high5.nl/mirrors/postfix-release/official/"
+[prrte]
+source = "git"
+git = "https://github.com/openpmix/prrte"
+use_max_tag = true
+
[pulseaudio]
source = "git"
git = "https://gitlab.freedesktop.org/pulseaudio/pulseaudio"
@@ -428,6 +438,12 @@ source = "git"
git = "https://gitlab.freedesktop.org/pipewire/wireplumber"
use_max_tag = true
+[wolfssl]
+source = "git"
+git = "https://github.com/wolfssl/wolfssl"
+include_regex = "v[\\d.]*-stable"
+use_max_tag = true
+
[yajl]
source = "git"
git = "https://github.com/lloyd/yajl"