浏览代码

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 <[email protected]>
Hauke Mehrtens 6 年之前
父节点
当前提交
f34eeeeb9a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/kernel/nat46/Makefile

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