T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / curl
Commits: 66a7f991 by T.J. Townsend at 2024-11-06T17:46:00-05:00 fix nvchecker - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -1,6 +1,7 @@ [curl] -source = "github" -github = "curl/curl" +source = "git" +git = "https://github.com/curl/curl.git" use_latest_tag = true from_pattern = 'curl-(\d+)_(\d+)_(\d+)' -to_pattern = '\1.\2.\3' \ No newline at end of file +to_pattern = '\1.\2.\3' +exclude_regex = ".*(tiny|beta).*" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/curl/-/commit/66a7f991e8f3006a71d2e837f9a6d6e524d5e82a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/curl/-/commit/66a7f991e8f3006a71d2e837f9a6d6e524d5e82a You're receiving this email because of your account on gitlab.archlinux.org.
