[source] procd: update to latest git HEAD
LEDE Commits
lede-commits at lists.infradead.org
Tue Jul 5 23:56:36 PDT 2016
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=9a4345069fb6a43419deaf37f1f01482eebe8466
commit 9a4345069fb6a43419deaf37f1f01482eebe8466
Author: John Crispin <john at phrozen.org>
AuthorDate: Tue Jul 5 10:24:51 2016 +0200
procd: update to latest git HEAD
Signed-off-by: John Crispin <john at phrozen.org>
---
package/system/procd/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index 2f53de1..7e892ae 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=procd
-PKG_VERSION:=2016-07-02
+PKG_VERSION:=2016-07-06
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(LEDE_GIT)/project/procd.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=7be2859d91cb8c72bd8c84d69a03372088b78a3f
+PKG_SOURCE_VERSION:=3c771f9e4ba46d3e39334cb20eab98221043f1e2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
CMAKE_INSTALL:=1
More information about the lede-commits
mailing list