From 48d08139de9812e50c9eecb3aa9880bde4a7a48d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 22 Dec 2022 19:21:39 +0530 Subject: [PATCH] Bump the version of the bundled zlib Fixes #1811 (Dependencies: zlib file url changed) --- bypy/sources.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bypy/sources.json b/bypy/sources.json index 8419f30e2a..c69d4ba43d 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -62,8 +62,8 @@ { "name": "zlib", "unix": { - "filename": "zlib-1.2.11.tar.xz", - "hash": "sha256:4ff941449631ace0d4d203e3483be9dbc9da454084111f97ea0a2114e19bf066", + "filename": "zlib-1.2.13.tar.xz", + "hash": "sha256:d14c38e313afc35a9a8760dadf26042f51ea0f5d154b0630a31da0540107fb98", "urls": ["https://zlib.net/{filename}"] } },