From 5d19ab2a3ea618ac9a548a20f596150fb9164151 Mon Sep 17 00:00:00 2001 From: Nicolas Ollinger Date: Wed, 16 Dec 2020 17:55:05 +0100 Subject: [PATCH] FIX update bzip2 url (#868) --- cpython/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpython/Makefile b/cpython/Makefile index e72a3e942..d10ed04cb 100644 --- a/cpython/Makefile +++ b/cpython/Makefile @@ -21,7 +21,7 @@ SQLITEURL=https://www.sqlite.org/2019/sqlite-autoconf-3270200.tar.gz BZIP2TARBALL=$(ROOT)/downloads/bzip2-1.0.2.tar.gz BZIP2BUILD=$(ROOT)/build/bzip2-1.0.2 -BZIP2URL=ftp://sources.redhat.com/pub/bzip2/v102/bzip2-1.0.2.tar.gz +BZIP2URL=ftp://sourceware.org/pub/bzip2/v102/bzip2-1.0.2.tar.gz all: $(INSTALL)/lib/$(LIB)