diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2021-11-01 23:54:52 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2021-11-03 00:35:52 +0100 |
commit | b608f4ccf6ce89f3e0c88477451b95429cf5c8eb (patch) | |
tree | cd6ac458da18745da38c2fc0edac4223c6cd38e0 | |
parent | 2d6662c191e0346476d76a6ca1b2394f3607242f (diff) | |
download | aports-b608f4ccf6ce89f3e0c88477451b95429cf5c8eb.tar.gz aports-b608f4ccf6ce89f3e0c88477451b95429cf5c8eb.tar.bz2 aports-b608f4ccf6ce89f3e0c88477451b95429cf5c8eb.tar.xz |
main/lighttpd: rebuild against openldap 2.6.0
-rw-r--r-- | main/lighttpd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lighttpd/APKBUILD b/main/lighttpd/APKBUILD index 66cdb8254b..f7a83c89d6 100644 --- a/main/lighttpd/APKBUILD +++ b/main/lighttpd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lighttpd pkgver=1.4.61 -pkgrel=0 +pkgrel=1 pkgdesc="Secure, fast, compliant and very flexible web-server" url="https://www.lighttpd.net" arch="all" |