diff options
author | John Crispin <john@openwrt.org> | 2015-09-15 06:12:55 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-09-15 06:12:55 +0000 |
commit | ef0f7e277e28782a453fb0286914e29dafc9a2dd (patch) | |
tree | b026be98178e241d31637f6fc7109a1795d22257 | |
parent | c35420c6a5bec8699a9ae399342a554011019618 (diff) | |
download | upstream-ef0f7e277e28782a453fb0286914e29dafc9a2dd.tar.gz upstream-ef0f7e277e28782a453fb0286914e29dafc9a2dd.tar.bz2 upstream-ef0f7e277e28782a453fb0286914e29dafc9a2dd.zip |
procd: update to latest git revision
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 46938
-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 37523328a8..ae62c4136d 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd -PKG_VERSION:=2015-08-16 +PKG_VERSION:=2015-09-15 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:=0da5bf2ff222d1a499172a6e09507388676b5a08 +PKG_SOURCE_VERSION:=9cb7be1a3267744ad64b2422e2be4eeb1763d1d2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |