diff options
-rw-r--r-- | main/neon/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/neon/APKBUILD b/main/neon/APKBUILD index 979a4186bd..ef6fc8fed7 100644 --- a/main/neon/APKBUILD +++ b/main/neon/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=neon -pkgver=0.28.4 -pkgrel=2 +pkgver=0.28.6 +pkgrel=0 pkgdesc="HTTP and WebDAV client library with a C interface" url="http://www.webdav.org/neon/" license="GPL LGPL" @@ -25,4 +25,4 @@ build () { make || return 1 make DESTDIR="$pkgdir" install } -md5sums="6c3b94362af743d046e198e9fcbe4a85 neon-0.28.4.tar.gz" +md5sums="252578ed555552b71d15909641484951 neon-0.28.6.tar.gz" |