Skip to content

Commit

Permalink
Update 'SDL2' package to v2.0.22 (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
drodin committed May 27, 2022
1 parent ac8f445 commit 8f99a14
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 @@ -144,7 +144,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.20)
hunter_default_version(SDL2 VERSION 2.0.22)
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 @@ -171,6 +171,17 @@ hunter_add_version(
ab2c2a8711e4879601565ba75cb13e140f6ed771
)

hunter_add_version(
PACKAGE_NAME
SDL2
VERSION
"2.0.22"
URL
"https://github.com/libsdl-org/SDL/archive/release-2.0.22.tar.gz"
SHA1
a9bfe1d8b8f4ba8ec3d34140b6ca5db7aedd87db
)

hunter_add_version(
PACKAGE_NAME
SDL2
Expand Down

0 comments on commit 8f99a14

Please sign in to comment.