diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-07-27 11:49:39 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-07-27 11:49:39 +0000 |
commit | 5aa4afeaddd57d01c231953644619894bd8c7b57 (patch) | |
tree | 352397dd28b22b18ef9cb13196bd1e7a1b5d2f41 /package/system | |
parent | a4af7da7a38e55ced15a6ad375cb8f50d24dfda9 (diff) | |
download | upstream-5aa4afeaddd57d01c231953644619894bd8c7b57.tar.gz upstream-5aa4afeaddd57d01c231953644619894bd8c7b57.tar.bz2 upstream-5aa4afeaddd57d01c231953644619894bd8c7b57.zip |
CC: procd: update to latest git HEAD
fixes http://patchwork.ozlabs.org/patch/497899/
Signed-off-by: John Crispin <blogic@openwrt.org>
Backport of r46465
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46509 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system')
-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 |