diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/apache2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/apache2/APKBUILD b/main/apache2/APKBUILD index 014922b05..8a6e1f9ab 100644 --- a/main/apache2/APKBUILD +++ b/main/apache2/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=apache2 pkgver=2.4.6 -pkgrel=3 +pkgrel=4 pkgdesc="A high performance Unix-based HTTP server" url="http://httpd.apache.org/" arch="all" -license="APACHE" +license="ASL 2.0" depends="" install="$pkgname.pre-upgrade" pkgusers="apache" |