Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 'SDL2' package to v2.30.2 #744

Merged
merged 1 commit into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ hunter_default_version(Qwt VERSION 6.1-p3)
hunter_default_version(RapidJSON VERSION 1.1.0-b557259-p0)
hunter_default_version(RapidXML VERSION 1.13)
hunter_default_version(RedisClient VERSION 0.6.1-p1)
hunter_default_version(SDL2 VERSION 2.24.0)
hunter_default_version(SDL2 VERSION 2.30.2)
hunter_default_version(SDL_image VERSION 2.0.5-p0)
hunter_default_version(SDL_mixer VERSION 2.0.4-p0)
hunter_default_version(SDL_net VERSION 2.2.0-p0)
Expand Down
44 changes: 44 additions & 0 deletions cmake/projects/SDL2/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,50 @@ hunter_add_version(
04d7768f4418ba03537ef14a86a0c1c45582f5c3
)

hunter_add_version(
PACKAGE_NAME
SDL2
VERSION
"2.24.2"
URL
"https://github.com/libsdl-org/SDL/releases/download/release-2.24.2/SDL2-2.24.2.tar.gz"
SHA1
828974badaf1f16f8e3ebe84fb6f7e5d793c1e47
)

hunter_add_version(
PACKAGE_NAME
SDL2
VERSION
"2.26.5"
URL
"https://github.com/libsdl-org/SDL/releases/download/release-2.26.5/SDL2-2.26.5.tar.gz"
SHA1
ca5d89edc537fd819eddab1f1a86f61e45fcb68b
)

hunter_add_version(
PACKAGE_NAME
SDL2
VERSION
"2.28.5"
NeroBurner marked this conversation as resolved.
Show resolved Hide resolved
URL
"https://github.com/libsdl-org/SDL/releases/download/release-2.28.5/SDL2-2.28.5.tar.gz"
SHA1
50af6b564890d702e57e2a72d6429b43778ed29a
)

hunter_add_version(
PACKAGE_NAME
SDL2
VERSION
"2.30.2"
URL
"https://github.com/libsdl-org/SDL/releases/download/release-2.30.2/SDL2-2.30.2.tar.gz"
SHA1
37a0557fc39460dc2a4fbbf162d95f115d2c9be2
)

hunter_add_version(
PACKAGE_NAME
SDL2
Expand Down
Loading