diff options
author | John Crispin <blogic@openwrt.org> | 2014-01-20 18:42:58 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-01-20 18:42:58 +0000 |
commit | a5996f7ab86df0eb6ab7dee54292cf03b57fe0f6 (patch) | |
tree | 1e16844dc71fe36c320fce1534df64daad6ba931 /package | |
parent | 263e6479eed3da0de3f14dc02853cf01125acc4a (diff) | |
download | upstream-a5996f7ab86df0eb6ab7dee54292cf03b57fe0f6.tar.gz upstream-a5996f7ab86df0eb6ab7dee54292cf03b57fe0f6.tar.bz2 upstream-a5996f7ab86df0eb6ab7dee54292cf03b57fe0f6.zip |
procd: update to latest git head
Fixes OpenWrt bug #14832
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39352 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 33ba8d1ef8..846921ce7a 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd -PKG_VERSION:=2013-12-18 +PKG_VERSION:=2014-01-20 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:=2dc572df0e3002263c0a49ebbc329ed1b6c42a01 +PKG_SOURCE_VERSION:=311eb167fce73dbc97c7d9dfcc43a59b5695a8f7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |