Thore Bödecker pushed to branch main at Arch Linux / Packaging / Packages / cunit
Commits: 335a5ba0 by Hyacinthe Cartiaux at 2026-02-21T13:38:35+01:00 Add nvchecker integration - - - - - 1 changed file: - + .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,6 @@ +[cunit] +source = 'regex' +url = 'https://sourceforge.net/projects/cunit/best_release.json' +regex = 'CUnit-([\w.-]+).tar.bz2' +from_pattern = '^(\d+\.\d+)[.-](\w+)$' +to_pattern = '\1.\2' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cunit/-/commit/335a5ba06c350b71ec3bb86fea591a6dbc20041b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cunit/-/commit/335a5ba06c350b71ec3bb86fea591a6dbc20041b You're receiving this email because of your account on gitlab.archlinux.org.
