File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ OPENSSL_VERSION_NUMBER=1.0.2
37
37
OPENSSL_REVISION =o
38
38
OPENSSL_VERSION =$(OPENSSL_VERSION_NUMBER )$(OPENSSL_REVISION )
39
39
40
- BZIP2_VERSION =1.0.6
40
+ BZIP2_VERSION =1.0.8
41
41
42
42
XZ_VERSION =5.2.4
43
43
@@ -121,7 +121,7 @@ clean-bzip2:
121
121
# Download original BZip2 source code archive.
122
122
downloads/bzip2-$(BZIP2_VERSION ) .tgz :
123
123
mkdir -p downloads
124
- if [ ! -e downloads/bzip2-$( BZIP2_VERSION) .tgz ]; then curl --fail -L http ://www.bzip. org/$( BZIP2_VERSION ) /bzip2-$( BZIP2_VERSION) .tar.gz -o downloads/bzip2-$( BZIP2_VERSION) .tgz; fi
124
+ if [ ! -e downloads/bzip2-$( BZIP2_VERSION) .tgz ]; then curl --fail -L https ://sourceware. org/pub/bzip2 /bzip2-$( BZIP2_VERSION) .tar.gz -o downloads/bzip2-$( BZIP2_VERSION) .tgz; fi
125
125
126
126
# ##########################################################################
127
127
# XZ (LZMA)
You can’t perform that action at this time.
0 commit comments