Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
nginx


Commits:
d9ee43a9 by Levente Polyak at 2024-06-01T00:33:06+02:00
nvchecker: fix url to fetch stable release

- - - - -


1 changed file:

- .nvchecker.toml


Changes:

=====================================
.nvchecker.toml
=====================================
@@ -1,5 +1,4 @@
 [nginx]
-source = "git"
-git = "https://github.com/nginx/nginx.git";
-from_pattern = "release-(.*)"
-to_pattern = "\\1"
+source = "regex"
+url = "https://nginx.org/en/download.html";
+regex = "Stable version.+nginx-([0-9\\.]+).tar.gz.+Legacy versions"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nginx/-/commit/d9ee43a9e185fc13cb9464d97858c2f2f201590a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nginx/-/commit/d9ee43a9e185fc13cb9464d97858c2f2f201590a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to