From 711263fd786103bdc9c59d8d089e448bd9533616 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 1 Feb 2024 20:58:15 +0100 Subject: nvchecker: Add packages to extra Add cargo-license, fractal, nethsm-pkcs11 and tangler. Signed-off-by: David Runge --- .config/nvchecker/extra.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.config/nvchecker/extra.toml b/.config/nvchecker/extra.toml index b756fc8..a6babb5 100644 --- a/.config/nvchecker/extra.toml +++ b/.config/nvchecker/extra.toml @@ -326,6 +326,10 @@ git = "https://github.com/CycloneDX/cyclonedx-rust-cargo" use_max_tag = true include_regex = "^cargo-cyclonedx-([\\d.]+)$" +[cargo-license] +source = "git" +git = "https://github.com/onur/cargo-license" + [cargo-release] source = "git" git = "https://github.com/crate-ci/cargo-release" @@ -657,6 +661,10 @@ use_max_tag = true source = "pypi" pypi = "FoxDot" +[fractal] +source = "git" +git = "https://gitlab.gnome.org/World/fractal" + [freepats-general-midi] source = "regex" regex = "FreePatsGM-SF2-([\\d.]+)\\.7z?" @@ -1627,6 +1635,10 @@ git = "https://github.com/containers/netavark" use_max_tag = true exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" +[nethsm-pkcs11] +source = "git" +git = "https://github.com/Nitrokey/nethsm-pkcs11" + [new-session-manager] source = "git" git = "https://github.com/linuxaudio/new-session-manager" @@ -3352,6 +3364,10 @@ source = "git" git = "https://github.com/kohler/t1utils/" use_max_tag = true +[tangler] +source = "git" +git = "https://github.com/wiktor-k/tangler/" + [tap-plugins] source = "git" git = "https://github.com/tomszilagyi/tap-plugins" -- cgit v1.2.3-54-g00ecf