mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(httpd)
closes #3719 un-hardcodes source url; uses full source listing
This commit is contained in:
parent
f46c585dbc
commit
6b33636d4c
|
@ -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}}'
|
||||
|
|
Loading…
Reference in a new issue