diff options
author | John Crispin <john@openwrt.org> | 2015-07-24 09:10:55 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-07-24 09:10:55 +0000 |
commit | 29b65e853f9970980b32d505ab13dfd2627182bc (patch) | |
tree | ed7d5683e93780334620312689f0e3ca74e06f39 /package | |
parent | f1712c606cb2e41d5ef6a9e525fa7a58f789a7e5 (diff) | |
download | upstream-29b65e853f9970980b32d505ab13dfd2627182bc.tar.gz upstream-29b65e853f9970980b32d505ab13dfd2627182bc.tar.bz2 upstream-29b65e853f9970980b32d505ab13dfd2627182bc.zip |
procd: update to latest git HEAD
fixes http://patchwork.ozlabs.org/patch/497899/
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 46465
Diffstat (limited to 'package')
-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 47a7796d58..56e78cb3a2 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-07-07 +PKG_VERSION:=2015-07-24 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:=6f841e89dfe9200a6f3a2f93a9dd83f66f8ef550 +PKG_SOURCE_VERSION:=22b5270d16b92613d42c24168d33a8a14c74701a PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |