diff options
-rw-r--r-- | main/neon/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/neon/APKBUILD b/main/neon/APKBUILD index 169aaf15b3..d215c9890c 100644 --- a/main/neon/APKBUILD +++ b/main/neon/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=neon -pkgver=0.29.5 +pkgver=0.29.6 pkgrel=0 pkgdesc="HTTP and WebDAV client library with a C interface" url="http://www.webdav.org/neon/" @@ -30,4 +30,4 @@ package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } -md5sums="ff369e69ef0f0143beb5626164e87ae2 neon-0.29.5.tar.gz" +md5sums="591e0c82e6979e7e615211b386b8f6bc neon-0.29.6.tar.gz" |