@@ -78,12 +78,12 @@ 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.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 ' ,
8383 ],
8484 [
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 '
8787 ],
8888 [
8989 '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):
9898 '2d18b9a4fc2ec0eee80de2a946b088d4e6efd0ee'
9999 ],
100100 [
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 '
103103 ],
104104 [
105105 '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):
258258 copy (
259259 os .path .join (
260260 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'
262262 ),
263263 os .path .join (
264264 move_to_dir ,
265265 prebuilt_dir ,
266- 'SDL3_ttf-3.1 .0'
266+ 'SDL3_ttf-3.2 .0'
267267 )
268268 )
269269 copy (
270270 os .path .join (
271271 temp_dir ,
272- 'SDL2-devel-2.32.0 -VC/SDL2-2.32.0 '
272+ 'SDL2-devel-2.32.2 -VC/SDL2-2.32.2 '
273273 ),
274274 os .path .join (
275275 move_to_dir ,
276276 prebuilt_dir ,
277- 'SDL2-2.32.0 '
277+ 'SDL2-2.32.2 '
278278 )
279279 )
280280 copy (
281281 os .path .join (
282282 temp_dir ,
283- 'SDL3-devel-3.2.4 -VC/SDL3-3.2.4 '
283+ 'SDL3-devel-3.2.6 -VC/SDL3-3.2.6 '
284284 ),
285285 os .path .join (
286286 move_to_dir ,
287287 prebuilt_dir ,
288- 'SDL3-3.2.4 '
288+ 'SDL3-3.2.6 '
289289 )
290290 )
291291
0 commit comments