fix(httpd)

closes #3719

un-hardcodes source url; uses full source listing
This commit is contained in:
Jacob Heider 2023-10-19 13:39:34 -04:00
parent f46c585dbc
commit 6b33636d4c
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -1,9 +1,9 @@
distributable:
url: https://dlcdn.apache.org/httpd/httpd-2.4.57.tar.gz
url: https://archive.apache.org/dist/httpd/httpd-{{version}}.tar.gz
strip-components: 1
versions:
url: https://dlcdn.apache.org/httpd/
url: https://archive.apache.org/dist/httpd/
match: /httpd-\d+\.\d+\.\d+.tar.gz/
strip:
- /^httpd-/
@ -19,7 +19,7 @@ dependencies:
gnome.org/libxml2: '*'
zlib.net: '*'
libexpat.github.io: '*'
runtime:
env:
HTTPD_ROOT: '{{prefix}}'