From fa5626d6b2431ea9546323a871e43e6891e83b7a Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Wed, 26 Jan 2011 10:23:16 -0500 Subject: [PATCH] fix sha1sum --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0bc4791..f0a6806 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ SHA1SUM := sha1sum ALL += iptables iptables-URL := http://www.netfilter.org/projects/iptables/files/iptables-1.4.10.tar.bz2 -iptables-SHA1SUM := c961b58c57cb99b10f5bb753bf3b436c0df05c7c +iptables-SHA1SUM := 8190b8c9714a3eec825317e8ac1deeb3d11c6d29 iptables := $(notdir $(iptables-URL)) all: $(ALL) -- 2.43.0