diff options
-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" |