Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / openssh
Commits: 5af130b2 by Lukas Fleischer at 2025-09-19T20:35:41-04:00 .nvchecker.toml: exclude V_10_0_P2 - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -3,3 +3,5 @@ source = "git" git = "https://github.com/openssh/openssh-portable" from_pattern = 'V_(\d+)_(\d+)_P(\d+)' to_pattern = '\1.\2p\3' +# V_10_0_P2 was tagged accidentally; not a proper release. +exclude_regex = 'V_10_0_P2' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/openssh/-/commit/5af130b23be18f035d196928ba0fbe28d26ae0c7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/openssh/-/commit/5af130b23be18f035d196928ba0fbe28d26ae0c7 You're receiving this email because of your account on gitlab.archlinux.org.