[source] procd: update sha256sum

LEDE Commits lede-commits at lists.infradead.org
Sat Oct 15 08:58:19 PDT 2016


hauke pushed a commit to source.git, branch master:
https://git.lede-project.org/7b6fca0e325c11225f882e530927dee3ba0adfae

commit 7b6fca0e325c11225f882e530927dee3ba0adfae
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sat Oct 15 17:56:23 2016 +0200

    procd: update sha256sum
    
    Commit f5c741b5e02 updated procd to a more recent version, but did not
    change the hash of the tar. Update it to the one matching the file on
    the download servers.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/system/procd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index df23edd..fe4dbfb 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -17,7 +17,7 @@ PKG_SOURCE_URL=$(LEDE_GIT)/project/procd.git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE_VERSION:=d1e14deae2ea28935280c3a2a6609549761619bc
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
-PKG_MIRROR_MD5SUM:=141ccd49dfbf9cea5e78cec40cb42aff9a53e26ae6f343f21f9e239718e5a773
+PKG_MIRROR_MD5SUM:=06641ea55df6ab98e714728780b23c60cc9353e0686ec440bf03f0241a63dbaf
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=GPL-2.0



More information about the lede-commits mailing list