Skip to content

Commit

Permalink
Update 'SDL2' package to v2.24.0 (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
drodin committed Aug 31, 2022
1 parent 3b4e95c commit 936e4bd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
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.0.22)
hunter_default_version(SDL2 VERSION 2.24.0)
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.0.1-p0)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/SDL2/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,17 @@ hunter_add_version(
a9bfe1d8b8f4ba8ec3d34140b6ca5db7aedd87db
)

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

hunter_add_version(
PACKAGE_NAME
SDL2
Expand Down

0 comments on commit 936e4bd

Please sign in to comment.