diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-07-26 11:41:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-07-27 16:52:02 +0000 |
commit | 88f74f87568ccc69e54ea5f101feb6a8177c69de (patch) | |
tree | dab3289f69b4708e752159701bb1f9e7fd408dd1 /main/apache2 | |
parent | fd05377a1a6958b468b0f3e11c38978a5b7db4d8 (diff) | |
download | aports-88f74f87568ccc69e54ea5f101feb6a8177c69de.tar.bz2 aports-88f74f87568ccc69e54ea5f101feb6a8177c69de.tar.xz |
main/apache2: rebuild against perl 5.24
Diffstat (limited to 'main/apache2')
-rw-r--r-- | main/apache2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/apache2/APKBUILD b/main/apache2/APKBUILD index 126e361e14..4b1fdacc5f 100644 --- a/main/apache2/APKBUILD +++ b/main/apache2/APKBUILD @@ -3,7 +3,7 @@ pkgname=apache2 _pkgreal=httpd pkgver=2.4.23 -pkgrel=1 +pkgrel=2 pkgdesc="A high performance Unix-based HTTP server" url="http://httpd.apache.org/" arch="all" |