diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-05-14 20:58:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-14 20:58:06 +0000 |
commit | 80d100f031efcc422741fa541a1ea6a49884db6a (patch) | |
tree | 20f7309ea6e6e762f8c48bf57be7b69727a3810b | |
parent | 27cb15eccd4bb4913fb7e063cf4b051193761b55 (diff) | |
download | upstream-80d100f031efcc422741fa541a1ea6a49884db6a.tar.gz upstream-80d100f031efcc422741fa541a1ea6a49884db6a.tar.bz2 upstream-80d100f031efcc422741fa541a1ea6a49884db6a.zip |
libubox: update to latest version, adds a new function in jshn.sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31721 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/libubox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libubox/Makefile b/package/libubox/Makefile index 93993e8057..4c6db4df68 100644 --- a/package/libubox/Makefile +++ b/package/libubox/Makefile @@ -1,15 +1,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libubox -PKG_VERSION:=2011-11-17 +PKG_VERSION:=2012-05-14 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/libubox.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=f565a7af429bd2d5fa4db9196724bee42d1f597b +PKG_SOURCE_VERSION:=97ed91fa77e3e2926bab3e70955a0e2b511db86e PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz -PKG_MIRROR_MD5SUM:=ce8163174091ee4d0f3de510a38f53bb +PKG_MIRROR_MD5SUM:=f42a5e5c96ce19694dd2ab6d9ba03578 CMAKE_INSTALL:=1 include $(INCLUDE_DIR)/package.mk |