python/build/libs: update zlib to 1.3.1

This commit is contained in:
Max Kellermann 2024-03-11 15:17:47 +01:00
parent 494f658dee
commit 280ff9211f
1 changed files with 3 additions and 3 deletions

View File

@ -19,9 +19,9 @@ libsamplerate = CmakeProject(
)
zlib = ZlibProject(
('http://zlib.net/zlib-1.3.tar.xz',
'https://github.com/madler/zlib/releases/download/v1.3/zlib-1.3.tar.xz'),
'8a9ba2898e1d0d774eca6ba5b4627a11e5588ba85c8851336eb38de4683050a7',
('http://zlib.net/zlib-1.3.1.tar.xz',
'https://github.com/madler/zlib/releases/download/v1.3.1/zlib-1.3.1.tar.xz'),
'38ef96b8dfe510d42707d9c781877914792541133e1870841463bfa73f883e32',
'lib/libz.a',
)