From 965202b4343815480f032bf891d9ece44c1d3968 Mon Sep 17 00:00:00 2001
From: John Crispin <john@openwrt.org>
Date: Thu, 10 Mar 2016 19:11:03 +0000
Subject: [PATCH] procd: bump to latest git HEAD

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 48981
---
 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 9cee5c2cf2..294985c65e 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-02-08
+PKG_VERSION:=2016-03-09
 
 PKG_RELEASE=$(PKG_SOURCE_VERSION)
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(OPENWRT_GIT)/project/procd.git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=57fe34225206c572b5e049826505f738191e4db5
+PKG_SOURCE_VERSION:=b12bb150ed38a4409bef5127c77b060ee616b860
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 CMAKE_INSTALL:=1
 
-- 
GitLab