[openwrt/openwrt] rpcd: fix PKG_MIRROR_HASH
LEDE Commits
lede-commits at lists.infradead.org
Tue May 18 10:32:01 PDT 2021
blocktrron pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/e88438997627764bfbe81652edf2a250e410df6a
commit e88438997627764bfbe81652edf2a250e410df6a
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Tue May 18 19:30:09 2021 +0200
rpcd: fix PKG_MIRROR_HASH
Fixes commit 97e820c6d61d ("rpcd: update to latest HEAD")
Signed-off-by: David Bauer <mail at david-bauer.net>
---
package/system/rpcd/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/system/rpcd/Makefile b/package/system/rpcd/Makefile
index 56653b3ec8..7c99267b67 100644
--- a/package/system/rpcd/Makefile
+++ b/package/system/rpcd/Makefile
@@ -15,7 +15,7 @@ PKG_SOURCE_URL=$(PROJECT_GIT)/project/rpcd.git
PKG_SOURCE_DATE:=2021-05-05
PKG_SOURCE_VERSION:=7a560a1a5769146ab072f8e0165940459d3e16f7
PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
-PKG_MIRROR_HASH:=4a938aa4c0b53c94baea04475a0f60dc6fba797c0fbb23ec76ca2ff96faaa1ec
+PKG_MIRROR_HASH:=69d9588a5a910676252eabcd2815af318806cae8316777e8b6eb00b26bdc42cb
PKG_LICENSE:=ISC
PKG_LICENSE_FILES:=
More information about the lede-commits
mailing list