Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / hplip
Commits: 5462e702 by Andreas Radke at 2026-01-15T09:54:48+01:00 fix nvchecker.toml - #8 - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -1,4 +1,9 @@ [hplip] source = "regex" -regex = "The current version of the HPLIP solution is version (\\d+.\\d+.\\d+)" -url = "https://developers.hp.com/hp-linux-imaging-and-printing/" +# source = "httpheader" +# regex = "The current version of the HPLIP solution is version (\\d+.\\d+.\\d+)" +# url = "https://developers.hp.com/hp-linux-imaging-and-printing/" +# url = "https://developels.hp.com/hp-linux-imaging-and-printing/gethplip" +# url = "https://developers.hp.com/hp-linux-imaging-and-printing/release_notes" +regex = "hplip-(\\d+.\\d+.\\d+).tar.gz" +url = "https://sourceforge.net/projects/hplip/" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hplip/-/commit/5462e702fd80188e35f01a40083907aa59b388b3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hplip/-/commit/5462e702fd80188e35f01a40083907aa59b388b3 You're receiving this email because of your account on gitlab.archlinux.org.
