diff options
author | Matt Smith <mcs@darkregion.net> | 2011-01-14 11:44:12 -0600 |
---|---|---|
committer | Matt Smith <mcs@darkregion.net> | 2011-01-14 11:44:12 -0600 |
commit | 372152dda679152748a31a61d1a9677f71050c59 (patch) | |
tree | 2dda533adccc27897cb09abb74986b06a74e930c /main/apache2 | |
parent | a8330d6a53dd0163013926ede3524858921c757e (diff) | |
download | aports-372152dda679152748a31a61d1a9677f71050c59.tar.bz2 aports-372152dda679152748a31a61d1a9677f71050c59.tar.xz |
main/apache2: bumped pkgrel, see git log
Bumped pkgrel; should be built against the previous main/apr, and main/apr-util
updates.
See #504
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 e6b73c73b3..4a883adf97 100644 --- a/main/apache2/APKBUILD +++ b/main/apache2/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=apache2 pkgver=2.2.17 -pkgrel=4 +pkgrel=5 pkgdesc="A high performance Unix-based HTTP server" url="http://httpd.apache.org/" arch="all" |