diff options
author | David Runge <dave@sleepmap.de> | 2024-02-01 20:58:15 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2024-02-01 20:58:15 +0100 |
commit | 711263fd786103bdc9c59d8d089e448bd9533616 (patch) | |
tree | f0b6fe485eaba205a8cde17b036d1e47f7e28f2f | |
parent | 78c86712aa5e9a6a969b16a5e3312b7de7b4d82c (diff) | |
download | dotfiles-711263fd786103bdc9c59d8d089e448bd9533616.tar.gz dotfiles-711263fd786103bdc9c59d8d089e448bd9533616.tar.bz2 dotfiles-711263fd786103bdc9c59d8d089e448bd9533616.tar.xz dotfiles-711263fd786103bdc9c59d8d089e448bd9533616.zip |
nvchecker: Add packages to extra
Add cargo-license, fractal, nethsm-pkcs11 and tangler.
Signed-off-by: David Runge <dave@sleepmap.de>
-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" |