[openwrt/openwrt] nat46: Fix PKG_MIRROR_HASH

LEDE Commits lede-commits at lists.infradead.org
Thu Dec 17 06:13:44 EST 2020


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/fca0eb2d927c2c5587a3105108374abd7c97ca25

commit fca0eb2d927c2c5587a3105108374abd7c97ca25
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Thu Dec 17 12:02:53 2020 +0100

    nat46: Fix PKG_MIRROR_HASH
    
    The PKG_MIRROR_HASH was not updated when updating the package.
    
    Fixes: f75c70aecaca ("nat46: update to latest git HEAD")
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/kernel/nat46/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/nat46/Makefile b/package/kernel/nat46/Makefile
index dd9d606d27..c2bf582cfa 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:=d0bc80038cadeb7e857118e8d6bae242670ab27377af49f74bad494e0e5da598
+PKG_MIRROR_HASH:=5cc35d11ad6937734f830be5e260eb17a7b0561e37f538e5fc99026d0f2ea517
 PKG_SOURCE_URL:=https://github.com/ayourtch/nat46.git
 PKG_SOURCE_DATE:=2020-08-17
 PKG_SOURCE_PROTO:=git



More information about the lede-commits mailing list