diff options
author | martinarielhartmann <martinarielhartmann@gmail.com> | 2017-03-26 15:07:26 +0300 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-04-11 13:31:34 +0200 |
commit | a13e0457423e63fefc3a45fc4d2b824bef20df0b (patch) | |
tree | 24945101c720fedfc40ae8cf4607bd9f853542a6 | |
parent | 811620c0a0e01f0016d259fc6bf01aaa3609f6fe (diff) |
Update libs.py
upgrade zlib to 1.2.11
-rw-r--r-- | python/build/libs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/build/libs.py b/python/build/libs.py index d4b994655..7f757d93c 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -36,8 +36,8 @@ flac = AutotoolsProject( ) zlib = ZlibProject( - 'http://zlib.net/zlib-1.2.8.tar.xz', - '28f1205d8dd2001f26fec1e8c2cebe37', + 'http://zlib.net/zlib-1.2.11.tar.xz', + '4ff941449631ace0d4d203e3483be9dbc9da454084111f97ea0a2114e19bf066', 'lib/libz.a', ) |