[source] nftables: fix sha256sum

LEDE Commits lede-commits at lists.infradead.org
Sun Dec 31 09:47:27 PST 2017


hauke pushed a commit to source.git, branch master:
https://git.lede-project.org/9f626501cb03ca97384cf2a793fada9b090930f7

commit 9f626501cb03ca97384cf2a793fada9b090930f7
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Tue Dec 26 23:29:55 2017 +0100

    nftables: fix sha256sum
    
    The mirror was delivering a file with a different hash.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/network/utils/nftables/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/network/utils/nftables/Makefile b/package/network/utils/nftables/Makefile
index 266bd4b..5aaa1cb 100644
--- a/package/network/utils/nftables/Makefile
+++ b/package/network/utils/nftables/Makefile
@@ -13,7 +13,7 @@ PKG_RELEASE:=1
 PKG_SOURCE_URL:=https://git.netfilter.org/nftables
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_VERSION:=79cbd19e7437680561b26109bbf4f48cb2e8e0a7
-PKG_MIRROR_HASH:=6b06a114c5a1b397b0ae616d5d292859611b0eb05b647182b3c00421909338b8
+PKG_MIRROR_HASH:=2c0af691948519556952097673ad1b57f888c8314b8eb15e83066951de01fc82
 PKG_MAINTAINER:=Steven Barth <steven at midlink.org>
 PKG_LICENSE:=GPL-2.0
 



More information about the lede-commits mailing list