[openwrt/openwrt] firewall: Fix PKG_MIRROR_HASH

LEDE Commits lede-commits at lists.infradead.org
Mon Aug 24 13:02:04 EDT 2020


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

commit a69949a13f8cf3eca0fccda0d826928034877c9b
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Mon Aug 24 18:04:42 2020 +0200

    firewall: Fix PKG_MIRROR_HASH
    
    Fixes: 6c57fb7aa93d ("firewall: bump to version 2020-07-05")
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/network/config/firewall/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile
index 16edfd3527..105d4a0451 100644
--- a/package/network/config/firewall/Makefile
+++ b/package/network/config/firewall/Makefile
@@ -15,7 +15,7 @@ PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/firewall3.git
 PKG_SOURCE_DATE:=2020-07-25
 PKG_SOURCE_VERSION:=e9b90dfac2225927c035f6a76277b850c282dc9a
-PKG_MIRROR_HASH:=9164089058b5c8d62e81806dcd2261b9f78b050fb40cd84cbd127794ad7a940e
+PKG_MIRROR_HASH:=917f662d48a766f86ee61a83e13a61688d6eca3647dd4aca1973b1fa1ea64fec
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
 PKG_LICENSE:=ISC
 



More information about the lede-commits mailing list