Skip to content

Commit

Permalink
Bump zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich authored Oct 28, 2024
1 parent 9319d64 commit f39647e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/build_zlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
)
args, _ = parser.parse_known_args()

archive = download_file('https://www.zlib.net/fossils/zlib-1.3.tar.gz',
checksum='ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e')
archive = download_file('https://www.zlib.net/fossils/zlib-1.3.1.tar.gz',
checksum='9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23')

root = Path(__file__).parent

Expand Down Expand Up @@ -68,7 +68,7 @@
cmake_args +
['-B', build_dir,
'-D', f'CMAKE_INSTALL_PREFIX={ install_prefix }',
root / 'zlib-1.3']
root / 'zlib-1.3.1']
)

check_call([
Expand Down

0 comments on commit f39647e

Please sign in to comment.