packages/apache/.nvchecker.toml
2024-07-26 10:02:55 +02:00

9 lines
209 B
TOML

[apache]
#source = "git"
#git = "https://github.com/apache/httpd.git"
#exclude_regex = ".*(alpha|beta).*"
source = "regex"
url = "https://downloads.apache.org/httpd/"
regex = "href=\"httpd-(.*)\\.tar.gz.*\""