Skip to content

Commit

Permalink
Bump SDL to 2.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NiLuJe authored and Frenzie committed Jul 2, 2023
1 parent c823725 commit 405cb36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thirdparty/sdl2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ep_get_source_dir(SOURCE_DIR)

set(PATCH_CMD "${KO_PATCH_SH} ${CMAKE_CURRENT_SOURCE_DIR}/cocoa.patch")

set(SDL2_VER "2.26.5")
set(SDL2_MD5 "47f22c109070431ecccd90abd3c0ab6e")
set(SDL2_VER "2.28.0")
set(SDL2_MD5 "f7e53a08a706999ceb033bb911fe3c6e")
download_project(
PROJ ${PROJECT_NAME}
URL https://github.com/libsdl-org/SDL/releases/download/release-${SDL2_VER}/SDL2-${SDL2_VER}.tar.gz
Expand Down

0 comments on commit 405cb36

Please sign in to comment.