@@ -78,12 +78,12 @@ def get_urls(x86=True, x64=True):
78
78
url_sha1 = []
79
79
url_sha1 .extend ([
80
80
[
81
- 'https://github.com/libsdl-org/SDL/releases/download/release-2.32.0 /SDL2-devel-2.32.0 -VC.zip' ,
82
- 'e4b39b4b81ca1d3beef1935113c7820e8d3bd307 ' ,
81
+ 'https://github.com/libsdl-org/SDL/releases/download/release-2.32.2 /SDL2-devel-2.32.2 -VC.zip' ,
82
+ '08737e7e813443e47b663be4d91f8a4d8de6916b ' ,
83
83
],
84
84
[
85
- 'https://github.com/libsdl-org/SDL/releases/download/release-3.2.4 /SDL3-devel-3.2.4 -VC.zip' ,
86
- '3576077236c7a66bf98d4b3d180aa4743ad5ce2e '
85
+ 'https://github.com/libsdl-org/SDL/releases/download/release-3.2.6 /SDL3-devel-3.2.6 -VC.zip' ,
86
+ 'a36424427129f9ae133e59cfe070fc0b418d7fe0 '
87
87
],
88
88
[
89
89
'https://github.com/pygame-community/SDL_image/releases/download/2.8.4-pgce/SDL2_image-devel-2.8.4-VCpgce.zip' ,
@@ -98,8 +98,8 @@ def get_urls(x86=True, x64=True):
98
98
'2d18b9a4fc2ec0eee80de2a946b088d4e6efd0ee'
99
99
],
100
100
[
101
- 'https://github.com/libsdl-org/SDL_ttf/releases/download/preview -3.1 .0/SDL3_ttf-devel-3.1 .0-VC.zip' ,
102
- '34bb4a03c6f0f6c9de3658bac98adc7029830578 '
101
+ 'https://github.com/libsdl-org/SDL_ttf/releases/download/release -3.2 .0/SDL3_ttf-devel-3.2 .0-VC.zip' ,
102
+ '2883df767c9b8c910c10108242542ef36054a267 '
103
103
],
104
104
[
105
105
'https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.8.1/SDL2_mixer-devel-2.8.1-VC.zip' ,
@@ -258,34 +258,34 @@ def copy(src, dst):
258
258
copy (
259
259
os .path .join (
260
260
temp_dir ,
261
- 'SDL3_ttf-devel-3.1 .0-VC/SDL3_ttf-3.1 .0'
261
+ 'SDL3_ttf-devel-3.2 .0-VC/SDL3_ttf-3.2 .0'
262
262
),
263
263
os .path .join (
264
264
move_to_dir ,
265
265
prebuilt_dir ,
266
- 'SDL3_ttf-3.1 .0'
266
+ 'SDL3_ttf-3.2 .0'
267
267
)
268
268
)
269
269
copy (
270
270
os .path .join (
271
271
temp_dir ,
272
- 'SDL2-devel-2.32.0 -VC/SDL2-2.32.0 '
272
+ 'SDL2-devel-2.32.2 -VC/SDL2-2.32.2 '
273
273
),
274
274
os .path .join (
275
275
move_to_dir ,
276
276
prebuilt_dir ,
277
- 'SDL2-2.32.0 '
277
+ 'SDL2-2.32.2 '
278
278
)
279
279
)
280
280
copy (
281
281
os .path .join (
282
282
temp_dir ,
283
- 'SDL3-devel-3.2.4 -VC/SDL3-3.2.4 '
283
+ 'SDL3-devel-3.2.6 -VC/SDL3-3.2.6 '
284
284
),
285
285
os .path .join (
286
286
move_to_dir ,
287
287
prebuilt_dir ,
288
- 'SDL3-3.2.4 '
288
+ 'SDL3-3.2.6 '
289
289
)
290
290
)
291
291
0 commit comments