From dc393c6415a8337705956b20422bcf7d3960ee95 Mon Sep 17 00:00:00 2001 From: Lioncache Date: Sun, 30 Nov 2025 16:51:36 -0500 Subject: [PATCH] dewfile: Update zlib from 1.2.11 to 1.3.1 In addition to API improvements and security fixes, this also makes zlib buildable using CMake 4.0+, since it removes backwards compatibility for older CMake versions. --- dewfile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dewfile.json b/dewfile.json index c7870214..58896861 100644 --- a/dewfile.json +++ b/dewfile.json @@ -6,7 +6,7 @@ "url": "https://github.com/madler/zlib", "type": "git", "head": "master", - "ref": "cacf7f1d4e3d44d871b605da3b647f07d718623f" + "ref": "51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf" }, { "name": "assimp",