From 4d3a5a5a63822ff9cff9ca4107607f4003c6c1d4 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 10 Feb 2024 16:30:36 +0100 Subject: nvchecker: Add ssh-openpgp-auth and sshd-openpgp-auth to extra Signed-off-by: David Runge --- .config/nvchecker/extra.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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" -- cgit v1.2.3-54-g00ecf