diff options
author | John Crispin <john@openwrt.org> | 2014-01-30 09:02:58 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-01-30 09:02:58 +0000 |
commit | 5dcb4cc7d10872bd026e89b920759a016b10614e (patch) | |
tree | 08160a72836eaf593d2e3a35f49fe27383277bda /package/system/procd | |
parent | f440e7faeaefcdc07549fbede92d965e0340933a (diff) | |
download | upstream-5dcb4cc7d10872bd026e89b920759a016b10614e.tar.gz upstream-5dcb4cc7d10872bd026e89b920759a016b10614e.tar.bz2 upstream-5dcb4cc7d10872bd026e89b920759a016b10614e.zip |
libubox: ubox: procd: ubus: update to latest git head
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39425
Diffstat (limited to 'package/system/procd')
-rw-r--r-- | package/system/procd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile index 846921ce7a..5d9e725e58 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd -PKG_VERSION:=2014-01-20 +PKG_VERSION:=2014-01-29 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/procd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=311eb167fce73dbc97c7d9dfcc43a59b5695a8f7 +PKG_SOURCE_VERSION:=e0921ed71bab0ad7d2344774a33c22809eb10190 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |