diff options
author | David Runge <dave@sleepmap.de> | 2024-02-10 16:30:36 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2024-02-10 16:30:36 +0100 |
commit | 4d3a5a5a63822ff9cff9ca4107607f4003c6c1d4 (patch) | |
tree | e58934a47d4c6615a338574940ab9fd50fa31fa8 | |
parent | 6bf125f1c4ff06fa28a8021dcc161e3372a7b1e4 (diff) | |
download | dotfiles-4d3a5a5a63822ff9cff9ca4107607f4003c6c1d4.tar.gz dotfiles-4d3a5a5a63822ff9cff9ca4107607f4003c6c1d4.tar.bz2 dotfiles-4d3a5a5a63822ff9cff9ca4107607f4003c6c1d4.tar.xz dotfiles-4d3a5a5a63822ff9cff9ca4107607f4003c6c1d4.zip |
nvchecker: Add ssh-openpgp-auth and sshd-openpgp-auth to extra
Signed-off-by: David Runge <dave@sleepmap.de>
-rw-r--r-- | .config/nvchecker/extra.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/nvchecker/extra.toml b/.config/nvchecker/extra.toml index 0fecd36..817e50e 100644 --- a/.config/nvchecker/extra.toml +++ b/.config/nvchecker/extra.toml @@ -3322,6 +3322,16 @@ source = "git" git = "https://github.com/voc/srtrelay" use_max_tag = true +[ssh-openpgp-auth] +source = "git" +git = "https://codeberg.org/wiktor/ssh-openpgp-auth" +include_regex = "ssh-openpgp-auth/([\\d.]+)" + +[sshd-openpgp-auth] +source = "git" +git = "https://codeberg.org/wiktor/ssh-openpgp-auth" +include_regex = "sshd-openpgp-auth/([\\d.]+)" + [ssr] source = "git" git = "https://github.com/soundscaperenderer/ssr" |