From 9f6146acb8d7165d4e06bee6e140cd96984db563 Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Tue, 26 Dec 2023 13:02:51 +0100 Subject: [PATCH] package/iputils: fix IPUTILS_SITE URL Upstream in release 20231222 shipped self generated iputils-20231222.tar.gz, which is signed and thus has different checksum than "Source code (tar.gz)" generated by github. Therefore different URL needs to be used to get correct checksum. Fixes: http://autobuild.buildroot.net/results/e9b39e142d5f56bf589253a10ed4722dbbda375c Fixes: 32da4422f9 ("package/iputils: bump version to 20231222") Signed-off-by: Petr Vorel Signed-off-by: Yann E. MORIN --- package/iputils/iputils.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/iputils/iputils.mk b/package/iputils/iputils.mk index a8f93488bb..bcf440ec93 100644 --- a/package/iputils/iputils.mk +++ b/package/iputils/iputils.mk @@ -5,7 +5,7 @@ ################################################################################ IPUTILS_VERSION = 20231222 -IPUTILS_SITE = $(call github,iputils,iputils,$(IPUTILS_VERSION)) +IPUTILS_SITE = https://github.com/iputils/iputils/releases/download/$(IPUTILS_VERSION) IPUTILS_LICENSE = GPL-2.0+, BSD-3-Clause IPUTILS_LICENSE_FILES = LICENSE Documentation/LICENSE.BSD3 Documentation/LICENSE.GPL2 IPUTILS_CPE_ID_VENDOR = iputils_project