Skip to content

Commit ff53583

Browse files
committed
bpo-44549: Update macOS installer to use bzip2 1.0.8
1 parent f82fd77 commit ff53583

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Mac/BuildScript/build-installer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,9 @@ def library_recipes():
378378
if getDeptargetTuple() < (10, 5):
379379
result.extend([
380380
dict(
381-
name="Bzip2 1.0.6",
382-
url="http://bzip.org/1.0.6/bzip2-1.0.6.tar.gz",
383-
checksum='00b516f4704d4a7cb50a1d97e6e8e15b',
381+
name="Bzip2 1.0.8",
382+
url="https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz",
383+
checksum='67e051268d0c475ea773822f7500d0e5',
384384
configure=None,
385385
install='make install CC=%s CXX=%s, PREFIX=%s/usr/local/ CFLAGS="-arch %s"'%(
386386
CC, CXX,
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update macOS installer to use BZip2 1.0.8.

0 commit comments

Comments
 (0)