Skip to content

Commit

Permalink
Updated SDL2 to v2.30.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
klei1984 committed Jun 21, 2024
1 parent b18a65a commit 7cd8756
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmake/versions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ set(MINIAUDIO_URI https://github.com/mackron/miniaudio/archive/refs/tags/${MINIA
set(MINIAUDIO_HASH 475c0655c49109a4da647a4dcc1042ac)
set(MINIAUDIO_HASH_TYPE MD5)

set(SDL2_VERSION 2.30.3)
set(SDL2_VERSION 2.30.4)
set(SDL2_FILE SDL2-${SDL2_VERSION}.tar.gz)
set(SDL2_URI https://github.com/libsdl-org/SDL/releases/download/release-${SDL2_VERSION}/${SDL2_FILE})
set(SDL2_HASH 85ceed58290332fa4ef75a3dabfa1b89)
set(SDL2_HASH 89166c920ab657476bf80f6112cd7028)
set(SDL2_HASH_TYPE MD5)

set(ENET_VERSION 1.3.18)
Expand Down
2 changes: 1 addition & 1 deletion dependencies/dependencies.md5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
85ceed58290332fa4ef75a3dabfa1b89 *SDL2-2.30.3.tar.gz
89166c920ab657476bf80f6112cd7028 *SDL2-2.30.4.tar.gz
c8340a482851ef6a3fe618a082304cfc *googletest-1.14.0.tar.gz
d99447cf00c5f2679918f66f2b5771f6 *freetype-2.13.2.tar.gz
475c0655c49109a4da647a4dcc1042ac *miniaudio-0.11.21.tar.gz
Expand Down

0 comments on commit 7cd8756

Please sign in to comment.