Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages / kafka
Commits: 0d5457cc by Leonidas Spyropoulos at 2026-01-24T18:14:20+00:00 Use nvchecker htmlparser to be more explicit Closes: #5 - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -1,4 +1,5 @@ [kafka] -source = "regex" -url = "https://kafka.apache.org/downloads" -regex = ">kafka-(.*)-src\\.tgz<" +source = "htmlparser" +url = "https://kafka.apache.org/community/downloads/" +xpath = "//h2[@id='supported-releases']/following::h3[1]" + View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kafka/-/commit/0d5457ccfde52336e2120de2eed9d0fcb096d8e6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kafka/-/commit/0d5457ccfde52336e2120de2eed9d0fcb096d8e6 You're receiving this email because of your account on gitlab.archlinux.org.
