diff options
author | John Crispin <john@openwrt.org> | 2014-06-17 17:51:35 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-17 17:51:35 +0000 |
commit | 42f450b7224be606a132952fd92c1ec75c28dde3 (patch) | |
tree | d1d52574351afa0e3990715fa2f30838febf6fa9 /package/system/procd/Makefile | |
parent | 0cf34cee5e160deb3a3cea58791a488cdd35ac99 (diff) | |
download | upstream-42f450b7224be606a132952fd92c1ec75c28dde3.tar.gz upstream-42f450b7224be606a132952fd92c1ec75c28dde3.tar.bz2 upstream-42f450b7224be606a132952fd92c1ec75c28dde3.zip |
procd: forgot to update the git id in the last commit
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41239
Diffstat (limited to 'package/system/procd/Makefile')
-rw-r--r-- | package/system/procd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile index d3785a7d42..6a33097a4e 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -8,7 +8,7 @@ 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:=202318c6163657fc671b27527e5228cb8170af1d +PKG_SOURCE_VERSION:=ded9fec7e4afae14fe2821608c132325afd65b7e PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |