diff options
author | John Crispin <blogic@openwrt.org> | 2013-07-23 12:22:40 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-07-23 12:22:40 +0000 |
commit | 6cb84e9ebfbf092692ecd5e09c45a6858c451b2b (patch) | |
tree | ca540c326083201e05d1889368e121e3d020c378 /package/system/ubox/Makefile | |
parent | 42e10356e66e96b75fab46ef326a138ba3b52dc3 (diff) | |
download | upstream-6cb84e9ebfbf092692ecd5e09c45a6858c451b2b.tar.gz upstream-6cb84e9ebfbf092692ecd5e09c45a6858c451b2b.tar.bz2 upstream-6cb84e9ebfbf092692ecd5e09c45a6858c451b2b.zip |
update ubox and procd to latest git revision
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37516 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/ubox/Makefile')
-rw-r--r-- | package/system/ubox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile index 8a5b43f49d..dcd5f29a70 100644 --- a/package/system/ubox/Makefile +++ b/package/system/ubox/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ubox -PKG_VERSION:=2013-07-22 +PKG_VERSION:=2013-07-23 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:=2946fea87707b5e3c22e4271c5168fb7b9b9ef9d +PKG_SOURCE_VERSION:=8c74ca9f613746b9c1f54a17f576a0cd449a8cc6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |