From 793f9d0d04e0be19912b65c408bc7ee5b03ab7a8 Mon Sep 17 00:00:00 2001 From: Miku AuahDark Date: Wed, 14 Dec 2022 12:30:20 +0800 Subject: [PATCH] Update SDL and CMake versions. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 63869e4..99f95b7 100644 --- a/Makefile +++ b/Makefile @@ -7,11 +7,11 @@ NUMBER_OF_PROCESSORS := $(shell nproc) ARCH := $(shell uname -m) # CMake URL -CMAKE_URL := https://github.com/Kitware/CMake/releases/download/v3.24.1/cmake-3.24.1-linux-$(shell uname -m).sh +CMAKE_URL := https://github.com/Kitware/CMake/releases/download/v3.25.1/cmake-3.25.1-linux-$(shell uname -m).sh # Project branches (for git-based projects) LOVE_BRANCH := main -SDL2_BRANCH := release-2.24.1 +SDL2_BRANCH := release-2.26.1 LUAJIT_BRANCH := v2.1 OPENAL_BRANCH := 1.22.2 BROTLI_BRANCH := v1.0.9