From 9c6e1c3e536a3ccf861509d98ecf962491d29a06 Mon Sep 17 00:00:00 2001 From: Miku AuahDark Date: Sun, 16 Oct 2022 17:48:49 +0800 Subject: [PATCH] Update SDL, OpenAL-soft, and zlib. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 40ce29d..63869e4 100644 --- a/Makefile +++ b/Makefile @@ -11,11 +11,11 @@ CMAKE_URL := https://github.com/Kitware/CMake/releases/download/v3.24.1/cmake-3. # Project branches (for git-based projects) LOVE_BRANCH := main -SDL2_BRANCH := release-2.0.22 +SDL2_BRANCH := release-2.24.1 LUAJIT_BRANCH := v2.1 -OPENAL_BRANCH := 1.22.0 +OPENAL_BRANCH := 1.22.2 BROTLI_BRANCH := v1.0.9 -ZLIB_BRANCH := v1.2.12 +ZLIB_BRANCH := v1.2.13 # Project versions (for downloadable tars) LIBOGG_VERSION := 1.3.5