Skip to content

Commit 81eaf7f

Browse files
committed
version updates, bzip moved
1 parent 0021534 commit 81eaf7f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,13 @@ $(CACHE_DIR)/lib/libpng.a: $(LIBPNG_SOURCE)
5454

5555
BZIP2_SOURCE=bzip2-$(BZIP2_VERSION).tar.gz
5656

57+
# 2023-11-04 appears the repo moved from
58+
# http://prdownloads.sourceforge.net/bzip2/bzip2-$(BZIP2_VERSION).tar.gz
59+
# to
60+
# https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz
61+
5762
$(BZIP2_SOURCE):
58-
curl -LO http://prdownloads.sourceforge.net/bzip2/bzip2-$(BZIP2_VERSION).tar.gz
63+
curl -LO https://sourceware.org/pub/bzip2/bzip2-$(BZIP2_VERSION).tar.gz
5964

6065
$(CACHE_DIR)/lib/libbz2.a: $(BZIP2_SOURCE)
6166
tar xf $<

0 commit comments

Comments
 (0)