Skip to content

Commit ef54bc3

Browse files
committed
SDL 2.30.5
1 parent 3761775 commit ef54bc3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

buildconfig/download_win_prebuilt.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ def get_urls(x86=True, x64=True):
7878
url_sha1 = []
7979
url_sha1.extend([
8080
[
81-
'https://github.com/libsdl-org/SDL/releases/download/release-2.30.4/SDL2-devel-2.30.4-VC.zip',
82-
'cbc125e68b0172f48dc5e15aad0c3a470c2a646a',
81+
'https://github.com/libsdl-org/SDL/releases/download/release-2.30.5/SDL2-devel-2.30.5-VC.zip',
82+
'035842a7061f3ab4f9d469bab9a3874587a07c74',
8383
],
8484
[
8585
'https://github.com/pygame-community/SDL_image/releases/download/2.8.2-pgce/SDL2_image-devel-2.8.2-VCpgce.zip',
@@ -234,12 +234,12 @@ def copy(src, dst):
234234
copy(
235235
os.path.join(
236236
temp_dir,
237-
'SDL2-devel-2.30.4-VC/SDL2-2.30.4'
237+
'SDL2-devel-2.30.5-VC/SDL2-2.30.5'
238238
),
239239
os.path.join(
240240
move_to_dir,
241241
prebuilt_dir,
242-
'SDL2-2.30.4'
242+
'SDL2-2.30.5'
243243
)
244244
)
245245

buildconfig/manylinux-build/docker_base/sdl_libs/build-sdl2-libs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e -x
33

44
cd $(dirname `readlink -f "$0"`)
55

6-
SDL2_VER="2.30.4"
6+
SDL2_VER="2.30.5"
77
SDL2="SDL2-$SDL2_VER"
88
IMG2_VER="2.8.2"
99
IMG2="SDL2_image-$IMG2_VER"
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dace0bfcfb9c7452786bee7082c8293199430ed0735e1efd983d73b604ab6bab8b9d2bc84530fa66c2cfa4e5c3ae6b506b2b6cb9a068c25f0f5b3352240d859b SDL2-2.30.4.tar.gz
1+
a5892d96e4bd97702aacaddebef16c0d731582539ef3eb4cf95494b81fcda2305e93ac0735074d6269833efd106b4ae194b964ef5696476d071e071ba22aadc4 SDL2-2.30.5.tar.gz
22
0ff345824f95158dfa72f83f9d4a540601c178cd759334bf849c14a2920b5330d0763413b58c08b3deba8d3a4ccb6ea2a8159f87efe4cbb0e8ea850f63d09454 SDL2_image-2.8.2.tar.gz
33
5ddbc4b0b5fad2e0844a503daa79564b912654192599ef8fa7698531f08323ce01801f6bb17b2b3905020a3df362a967b7566ae725eb085da991578cc0807aad SDL2_mixer-2.8.0.tar.gz
44
34a1d210d8f1b1e802139d65ba47e36033bb7881e75a8862c1b1c515565bef85e3d81ee42e952aa664de043debef387ba60088a9cf3ba3297413db39a13af912 SDL2_ttf-2.22.0.tar.gz

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ if plat == 'win' and host_machine.cpu_family().startswith('x86')
8686
)
8787
endif
8888

89-
sdl_ver = '2.30.4'
89+
sdl_ver = '2.30.5'
9090
sdl_image_ver = '2.8.2'
9191
sdl_mixer_ver = '2.8.0'
9292
sdl_ttf_ver = '2.22.0'

0 commit comments

Comments
 (0)