Skip to content

Commit f7d8aa3

Browse files
author
Joel Allred
committed
ZLib has been bumped to version 1.2.11.
Previous version 1.2.10 is not accessible any more.
1 parent 502d722 commit f7d8aa3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Makefile

+5-5
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ glucose-download:
8484
@rm glucose-syrup.tgz
8585

8686
zlib-download:
87-
@echo "Downloading zlib 1.2.10"
88-
@lwp-download http://zlib.net/zlib-1.2.10.tar.gz
89-
@tar xfz zlib-1.2.10.tar.gz
87+
@echo "Downloading zlib 1.2.11"
88+
@lwp-download http://zlib.net/zlib-1.2.11.tar.gz
89+
@tar xfz zlib-1.2.11.tar.gz
9090
@rm -Rf ../zlib
91-
@mv zlib-1.2.10 ../zlib
92-
@rm zlib-1.2.10.tar.gz
91+
@mv zlib-1.2.11 ../zlib
92+
@rm zlib-1.2.11.tar.gz
9393

9494
libzip-download:
9595
@echo "Downloading libzip 1.1.2"

0 commit comments

Comments
 (0)