mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(httpd)
closes #3719 un-hardcodes source url; uses full source listing
This commit is contained in:
parent
f46c585dbc
commit
6b33636d4c
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
distributable:
|
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
|
strip-components: 1
|
||||||
|
|
||||||
versions:
|
versions:
|
||||||
url: https://dlcdn.apache.org/httpd/
|
url: https://archive.apache.org/dist/httpd/
|
||||||
match: /httpd-\d+\.\d+\.\d+.tar.gz/
|
match: /httpd-\d+\.\d+\.\d+.tar.gz/
|
||||||
strip:
|
strip:
|
||||||
- /^httpd-/
|
- /^httpd-/
|
||||||
|
@ -19,7 +19,7 @@ dependencies:
|
||||||
gnome.org/libxml2: '*'
|
gnome.org/libxml2: '*'
|
||||||
zlib.net: '*'
|
zlib.net: '*'
|
||||||
libexpat.github.io: '*'
|
libexpat.github.io: '*'
|
||||||
|
|
||||||
runtime:
|
runtime:
|
||||||
env:
|
env:
|
||||||
HTTPD_ROOT: '{{prefix}}'
|
HTTPD_ROOT: '{{prefix}}'
|
||||||
|
|
Loading…
Reference in a new issue