Skip to content

Commit 543b992

Browse files
committed
download_zlib.sh: use 1.2.12 now
The 1.2.11 tarball has been removed! Closes #55
1 parent afd786d commit 543b992

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/download_zlib.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# If any commands fail, fail the script immediately.
44
set -ex
55

6-
wget https://www.zlib.net/zlib-1.2.11.tar.gz -O /tmp/zlib-1.2.11.tar.gz
7-
tar -xvf /tmp/zlib-1.2.11.tar.gz --directory /tmp
6+
wget https://www.zlib.net/zlib-1.2.12.tar.gz -O /tmp/zlib-1.2.12.tar.gz
7+
tar -xvf /tmp/zlib-1.2.12.tar.gz --directory /tmp
88

99
# Copy the directory into the correct place
10-
mv -v /tmp/zlib-1.2.11 $1
10+
mv -v /tmp/zlib-1.2.12 $1

0 commit comments

Comments
 (0)