aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/ubox
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-06-30 09:57:25 +0000
committerJohn Crispin <blogic@openwrt.org>2014-06-30 09:57:25 +0000
commit6f80caf974f8061993477b155f5ca72df5471d4f (patch)
tree63bb80ee0dd46789d6da58a9fcf6113607dddab3 /package/system/ubox
parent82e2bf64dc34d021a9bea84bfff61c3b35bcc4ec (diff)
downloadmaster-187ad058-6f80caf974f8061993477b155f5ca72df5471d4f.tar.gz
master-187ad058-6f80caf974f8061993477b155f5ca72df5471d4f.tar.bz2
master-187ad058-6f80caf974f8061993477b155f5ca72df5471d4f.zip
ubox: update to latest git
this adds validation fixes Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41413 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/ubox')
-rw-r--r--package/system/ubox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile
index f13c54335e..194789cb7f 100644
--- a/package/system/ubox/Makefile
+++ b/package/system/ubox/Makefile
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ubox
-PKG_VERSION:=2014-05-28
+PKG_VERSION:=2014-05-30
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/luci2/ubox.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=1c2a9c1cbe9d18bf342edfa617eff319c1d3ce3a
+PKG_SOURCE_VERSION:=c3d4118eee505f41c4d20a87f326479530837569
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
CMAKE_INSTALL:=1
PKG_CHECK_FORMAT_SECURITY:=0