diff options
author | John Crispin <blogic@openwrt.org> | 2016-03-10 19:11:03 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-03-10 19:11:03 +0000 |
commit | 681c97e7011b16aacec00a854d8aac34db13b203 (patch) | |
tree | b1a30c829bb649b5c0c1f56cbc0ccf682cabb7b8 /package/system/procd/Makefile | |
parent | ffc9de9ce4fc6991b1ba19ab6ee7925c3350ec77 (diff) | |
download | master-187ad058-681c97e7011b16aacec00a854d8aac34db13b203.tar.gz master-187ad058-681c97e7011b16aacec00a854d8aac34db13b203.tar.bz2 master-187ad058-681c97e7011b16aacec00a854d8aac34db13b203.zip |
procd: bump to latest git HEAD
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48981 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/procd/Makefile')
-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 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 |