diff options
-rw-r--r-- | .config/nvchecker/extra.toml | 16 |
1 files changed, 16 insertions, 0 deletions
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" |