Browse Source

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 <[email protected]>
Hauke Mehrtens 9 years ago
parent
commit
7b6fca0e32
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/system/procd/Makefile

+ 1 - 1
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