Bump SDL versions.

This commit is contained in:
Simon Howard 2023-05-14 13:21:55 -04:00
parent 91739115d8
commit d7b6795c2d
2 changed files with 5 additions and 5 deletions

View file

@ -2,10 +2,10 @@ description "Simple DirectMedia Layer"
check_pkgconfig sdl2
variant stable fetch_download \
https://www.libsdl.org/release/SDL2-2.0.12.tar.gz \
349268f695c02efbc9b9148a70b85e58cefbbf704abd3e91be654db7f1e2c863
https://www.libsdl.org/release/SDL2-2.26.5.tar.gz \
ad8fea3da1be64c83c45b1d363a6b4ba8fd60f5bde3b23ec73855709ec5eabf7
GIT_URL=https://github.com/libsdl-org/SDL.git
variant stable_git fetch_git $GIT_URL release-2.0.12
variant stable_git fetch_git $GIT_URL release-2.26.5
variant latest fetch_git $GIT_URL SDL2
config_options=

View file

@ -2,8 +2,8 @@ description "SDL networking library"
dependencies SDL2
check_pkgconfig SDL2_net
variant stable fetch_download \
https://www.libsdl.org/projects/SDL_net/release/SDL2_net-2.0.1.tar.gz \
15ce8a7e5a23dafe8177c8df6e6c79b6749a03fff1e8196742d3571657609d21
https://www.libsdl.org/projects/SDL_net/release/SDL2_net-2.2.0.tar.gz \
4e4a891988316271974ff4e9585ed1ef729a123d22c08bd473129179dc857feb
GIT_URL=https://github.com/libsdl-org/SDL_net.git
variant stable_git fetch_git $GIT_URL release-2.0.1
variant latest fetch_git $GIT_URL main