Skip to content

Commit

Permalink
python/build/libs: update zlib to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Mar 11, 2024
1 parent 494f658 commit 280ff92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/build/libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
)

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',
)

Expand Down

0 comments on commit 280ff92

Please sign in to comment.