From c8566f5235ba0d31476455c31b3177443312dada Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 22 May 2022 16:24:36 +0200 Subject: nvchecker: Add packages .config/nvchecker/extra.toml: Add openpmix, prrte and wolfssl --- .config/nvchecker/extra.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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" -- cgit v1.2.3-54-g00ecf