Skip to content

Commit

Permalink
zlib: update to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Sep 10, 2023
1 parent 15cc081 commit 77f298d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Zlib/build_zlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ LIBZ=libz.${LONG_VERSION}.dylib
SRC_DIR=zlib-${LONG_VERSION}
SRC_ARCHIVE=zlib-${LONG_VERSION}.tar.gz
RSRC_DIR=${FRAMEWORK_BUILD}/Versions/${VERSION}/Resources
URL=https://zlib.net/zlib-1.2.13.tar.gz
HASH=b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30
URL=https://zlib.net/zlib-1.3.tar.gz
HASH=ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e

if ! [ -e ${SRC_ARCHIVE} ]; then
curl -O ${URL}
Expand Down

0 comments on commit 77f298d

Please sign in to comment.