summaryrefslogtreecommitdiffstats
path: root/extra/neon
diff options
context:
space:
mode:
Diffstat (limited to 'extra/neon')
-rw-r--r--extra/neon/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/neon/APKBUILD b/extra/neon/APKBUILD
index e6af49c71..76d099e47 100644
--- a/extra/neon/APKBUILD
+++ b/extra/neon/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=neon
-pkgver=0.28.3
+pkgver=0.28.4
pkgrel=1
pkgdesc="HTTP and WebDAV client library with a C interface"
url="http://www.webdav.org/neon/"
@@ -15,7 +15,7 @@ build () {
./configure --prefix=/usr \
--with-ssl \
--with-expat \
- --disable-gssapi \
+ --without-gssapi \
--disable-nls \
--disable-socks \
--enable-shared \
@@ -24,4 +24,4 @@ build () {
make || return 1
make DESTDIR="$pkgdir" install
}
-md5sums="47599a328862ce64ac3c52726d6daa12 neon-0.28.3.tar.gz"
+md5sums="6c3b94362af743d046e198e9fcbe4a85 neon-0.28.4.tar.gz"