From 9a9cf40dd968f409cf36c9537e79438d35322d95 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sat, 20 Feb 2021 21:17:26 +0100 Subject: download: add mirror alias for Debian Add an alias for Debian packages and download them from the Debian mirror redirector. Signed-off-by: David Bauer --- tools/mklibs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/mklibs') diff --git a/tools/mklibs/Makefile b/tools/mklibs/Makefile index 48b1eace40..7c9ffffbad 100644 --- a/tools/mklibs/Makefile +++ b/tools/mklibs/Makefile @@ -10,7 +10,7 @@ PKG_NAME:=mklibs PKG_VERSION:=0.1.44 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=http://ftp.de.debian.org/debian/pool/main/m/mklibs/ +PKG_SOURCE_URL:=@DEBIAN/pool/main/m/mklibs/ PKG_HASH:=3af0b6bd35e5b6fc58d8b68827fbae2ff6b7e20dd2b238ccb9b49d84722066c2 HOST_FIXUP:=autoreconf -- cgit v1.2.3