diff options
author | Mike Sullivan <mksully22@gmail.com> | 2018-12-04 16:36:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-12-05 08:29:06 +0000 |
commit | f52f3077337a10df10b524e34b561c3711ea298e (patch) | |
tree | 6d04b70347b90c11456b2f7bfec7ff6f38cbafda /main/apache-mod-fcgid | |
parent | a3ba02956a021e27d16157f7d2ddd6ac00095ee8 (diff) | |
download | aports-f52f3077337a10df10b524e34b561c3711ea298e.tar.bz2 aports-f52f3077337a10df10b524e34b561c3711ea298e.tar.xz |
main/apache-mod-fcgid: update source download location to fix bld break
Diffstat (limited to 'main/apache-mod-fcgid')
-rw-r--r-- | main/apache-mod-fcgid/APKBUILD | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/main/apache-mod-fcgid/APKBUILD b/main/apache-mod-fcgid/APKBUILD index 97b41283ed..a1eaf4eb3d 100644 --- a/main/apache-mod-fcgid/APKBUILD +++ b/main/apache-mod-fcgid/APKBUILD @@ -3,7 +3,7 @@ pkgname=apache-mod-fcgid _pkgreal=mod_fcgid pkgver=2.3.9 -pkgrel=1 +pkgrel=2 pkgdesc="FastCGI module for Apache 2.x" url="http://httpd.apache.org/$_pkgreal/" arch="all" @@ -12,7 +12,7 @@ depends="apache2" makedepends="apache2-dev" install="" subpackages="$pkgname-doc" -source="http://mirror.switch.ch/mirror/apache/dist//httpd/mod_fcgid/$_pkgreal-$pkgver.tar.gz +source="https://www.apache.org/dist/httpd/mod_fcgid/$_pkgreal-$pkgver.tar.gz $_pkgreal.conf " @@ -31,9 +31,5 @@ package() { rm -fr "$pkgdir"/etc/apache2/original } -md5sums="ece4c66f0c05d216fc96969fcf3d1add mod_fcgid-2.3.9.tar.gz -3f4288dad895b6fc65af87d0af3d34bd mod_fcgid.conf" -sha256sums="1cbad345e3376b5d7c8f9a62b471edd7fa892695b90b79502f326b4692a679cf mod_fcgid-2.3.9.tar.gz -c6df3eb47fb9e6a81a066a83ae8c11a8a796dc6e83b23eb47c7903d406bade22 mod_fcgid.conf" sha512sums="cae8bf8ad324512a51e6f34cb32468ea49a17deaabd481f8b581444891656f2516f10d198630f92ebc18db3d575f61dd7254153938a8206fb6c1441c7850be63 mod_fcgid-2.3.9.tar.gz e5d7d81905f7cd73b5dbd3baa39c1d84e3c96e3fc3fda41fc52ada1a4353ca5186e53f56d782273d86a858cc9215c72321f34d92643ac176d4232df638a05812 mod_fcgid.conf" |