summaryrefslogtreecommitdiff
path: root/package/neon/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-05 15:34:35 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-05 15:34:35 +0200
commit3b76e79f14e279a6526809e630e45e4f760d77de (patch)
treebb479b57c7ad1362f05a0532a7133c0c5232dfeb /package/neon/Makefile
parent9bfe4f2061f377306619fa479bc0e7adafb22125 (diff)
parent1879491b2b6e799b20ac06d1b510726eb200944f (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/neon/Makefile')
-rw-r--r--package/neon/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/package/neon/Makefile b/package/neon/Makefile
index 350dcd8b1..ddb417224 100644
--- a/package/neon/Makefile
+++ b/package/neon/Makefile
@@ -3,16 +3,16 @@
include ${TOPDIR}/rules.mk
-PKG_NAME= neon
-PKG_VERSION= 0.28.4
-PKG_RELEASE= 1
-PKG_MD5SUM= 6c3b94362af743d046e198e9fcbe4a85
+PKG_NAME:= neon
+PKG_VERSION:= 0.29.3
+PKG_RELEASE:= 1
+PKG_MD5SUM:= ba1015b59c112d44d7797b62fe7bee51
PKG_DESCR:= HTTP and WebDAV library
PKG_SECTION:= libs
PKG_DEPENDS:= libpthread libxml2 libopenssl zlib
PKG_BUILDDEP+= libpthread libxml2 openssl zlib
-PKG_UTL:= http://webdav.org/neon
-PKG_SITES= http://webdav.org/neon/
+PKG_URL:= http://webdav.org/neon/
+PKG_SITES:= http://webdav.org/neon/
include ${TOPDIR}/mk/package.mk