From: Hauke Mehrtens Date: Thu, 7 Feb 2019 10:12:49 +0000 (+0100) Subject: nat46: Fix mirror hash X-Git-Tag: v19.07.0-rc1~1377 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=f34eeeeb9a9a0c9632dea49e4cfd7851c2eeb4f2 nat46: Fix mirror hash The package hash does not match the one of the package found on the mirrors and which is generated when I do the git clone. Fixes: 4856fa30a6c ("nat46: import for routing, add myself as maintainer") Signed-off-by: Hauke Mehrtens --- diff --git a/package/kernel/nat46/Makefile b/package/kernel/nat46/Makefile index b8caa2447b..755a2958c9 100644 --- a/package/kernel/nat46/Makefile +++ b/package/kernel/nat46/Makefile @@ -3,7 +3,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=nat46 -PKG_MIRROR_HASH:=18b36fcb30c6c56e39c20f3363f806f909d08bb21041ac5c930c9216b6d3e2aa +PKG_MIRROR_HASH:=3f5ef0a56e9b02c3ec10ec95f3f81c0ed04b983b2d857c16304c379106d6beb6 PKG_SOURCE_URL:=https://github.com/ayourtch/nat46.git PKG_SOURCE_DATE:=2017-05-12 PKG_SOURCE_PROTO:=git