ubus: update to latest version, includes a small bugfix for object call replies
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 10 Oct 2011 15:05:31 +0000 (15:05 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 10 Oct 2011 15:05:31 +0000 (15:05 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28404 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/ubus/Makefile

index ae0fc04..c117453 100644 (file)
@@ -1,15 +1,15 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ubus
-PKG_VERSION:=2011-09-14
+PKG_VERSION:=2011-10-10
 PKG_RELEASE=$(PKG_SOURCE_VERSION)
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=git://nbd.name/luci2/ubus.git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=f86ec180c049f3344d18a2675ce95cdf7a7e62b7
+PKG_SOURCE_VERSION:=1ad3493658fe3a3782e51efe960c07549f117a28
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
-PKG_MIRROR_MD5SUM:=365bbaa3e6e72c7d417ee6b095cd8461
+PKG_MIRROR_MD5SUM:=e52e88902b3a065c168d1dbeeac5b4ce
 CMAKE_INSTALL:=1
 
 include $(INCLUDE_DIR)/package.mk