summaryrefslogtreecommitdiff
path: root/package/openobex
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-04 11:07:29 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-04 12:18:46 +0200
commit1f7f369b15335a308da1162ed036b63462b6b6e4 (patch)
tree7300e0eace9de74ac6b9384ad8da71ec0cbf70c4 /package/openobex
parent15e015bb4e09993c69b2a8e75bc8ab3fd9236395 (diff)
update openobex to latest stable version
Diffstat (limited to 'package/openobex')
-rw-r--r--package/openobex/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/openobex/Makefile b/package/openobex/Makefile
index 48307fe4f..3b4711a67 100644
--- a/package/openobex/Makefile
+++ b/package/openobex/Makefile
@@ -4,16 +4,16 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= openobex
-PKG_VERSION:= 1.5
-PKG_RELEASE:= 2
+PKG_VERSION:= 1.7.1
+PKG_RELEASE:= 1
PKG_HASH:= e602047570799a47ecb028420bda8f2cef41310e5a99d084de10aa9422935e65
PKG_DESCR:= implementation of the obex protocol
PKG_SECTION:= sys/misc
PKG_URL:= http://dev.zuckschwerdt.org/openobex/wiki/WikiStart
-PKG_SITES:= ${MASTER_SITE_KERNEL:=bluetooth/}
+PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=openobex/}
PKG_OPTS:= dev
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-Source.tar.gz
include ${ADK_TOPDIR}/mk/package.mk