mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
main/apache2: fix source url
dlcdn.apache.org seems to be a volatile source (only keeping the newest version)
This commit is contained in:
parent
c11a8238d2
commit
0ded17b9d8
@ -40,7 +40,7 @@ subpackages="$pkgname-ctl
|
||||
$pkgname-ssl
|
||||
$pkgname-utils
|
||||
$pkgname-webdav"
|
||||
source="https://dlcdn.apache.org/$_pkgreal/$_pkgreal-$pkgver.tar.bz2
|
||||
source="https://archive.apache.org/dist/$_pkgreal/$_pkgreal-$pkgver.tar.bz2
|
||||
apache2.confd
|
||||
apache2.logrotate
|
||||
apache2.initd
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user