@@ -78,20 +78,20 @@ 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.12 /SDL2-devel-2.30.12 -VC.zip' ,
82- 'e63d904330034ab9e6794eb1f54fe2fb7d21e9f7 ' ,
81+ 'https://github.com/libsdl-org/SDL/releases/download/release-2.32.0 /SDL2-devel-2.32.0 -VC.zip' ,
82+ 'e4b39b4b81ca1d3beef1935113c7820e8d3bd307 ' ,
8383 ],
8484 [
85- 'https://github.com/libsdl-org/SDL/releases/download/release-3.2.2 /SDL3-devel-3.2.2 -VC.zip' ,
86- 'fabb3c78f7eebf6a877e8f91d17d6dd10a987b27 '
85+ 'https://github.com/libsdl-org/SDL/releases/download/release-3.2.4 /SDL3-devel-3.2.4 -VC.zip' ,
86+ '3576077236c7a66bf98d4b3d180aa4743ad5ce2e '
8787 ],
8888 [
8989 'https://github.com/pygame-community/SDL_image/releases/download/2.8.4-pgce/SDL2_image-devel-2.8.4-VCpgce.zip' ,
9090 'b9b4a5d44cab57901003255a1c1f98a42282762b'
9191 ],
9292 [
93- 'https://github.com/libsdl-org/SDL_image/releases/download/prerelease -3.1.1 /SDL3_image-devel-3.1.1 -VC.zip' ,
94- '01f751322e742bb9dd3121d5ef37214c0529cb7c '
93+ 'https://github.com/libsdl-org/SDL_image/releases/download/release -3.2.0 /SDL3_image-devel-3.2.0 -VC.zip' ,
94+ '2aebab1f803edfb708622fa4e1afc0afadcf5c8b '
9595 ],
9696 [
9797 'https://github.com/libsdl-org/SDL_ttf/releases/download/release-2.24.0/SDL2_ttf-devel-2.24.0-VC.zip' ,
@@ -102,8 +102,8 @@ def get_urls(x86=True, x64=True):
102102 '34bb4a03c6f0f6c9de3658bac98adc7029830578'
103103 ],
104104 [
105- 'https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.8.0 /SDL2_mixer-devel-2.8.0 -VC.zip' ,
106- 'a10411644e08cd94f29712f430c7b71c407ae76d ' ,
105+ 'https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.8.1 /SDL2_mixer-devel-2.8.1 -VC.zip' ,
106+ 'ea302368159ca64056b2519b3a624525f625220e ' ,
107107 ],
108108 ])
109109 if x86 :
@@ -224,24 +224,24 @@ def copy(src, dst):
224224 copy (
225225 os .path .join (
226226 temp_dir ,
227- 'SDL3_image-devel-3.1.1 -VC/SDL3_image-3.1.1 '
227+ 'SDL3_image-devel-3.2.0 -VC/SDL3_image-3.2.0 '
228228 ),
229229 os .path .join (
230230 move_to_dir ,
231231 prebuilt_dir ,
232- 'SDL3_image-3.1.1 '
232+ 'SDL3_image-3.2.0 '
233233 )
234234 )
235235
236236 copy (
237237 os .path .join (
238238 temp_dir ,
239- 'SDL2_mixer-devel-2.8.0 -VC/SDL2_mixer-2.8.0 '
239+ 'SDL2_mixer-devel-2.8.1 -VC/SDL2_mixer-2.8.1 '
240240 ),
241241 os .path .join (
242242 move_to_dir ,
243243 prebuilt_dir ,
244- 'SDL2_mixer-2.8.0 '
244+ 'SDL2_mixer-2.8.1 '
245245 )
246246 )
247247 copy (
@@ -266,27 +266,26 @@ def copy(src, dst):
266266 'SDL3_ttf-3.1.0'
267267 )
268268 )
269-
270269 copy (
271270 os .path .join (
272271 temp_dir ,
273- 'SDL2-devel-2.30.12 -VC/SDL2-2.30.12 '
272+ 'SDL2-devel-2.32.0 -VC/SDL2-2.32.0 '
274273 ),
275274 os .path .join (
276275 move_to_dir ,
277276 prebuilt_dir ,
278- 'SDL2-2.30.12 '
277+ 'SDL2-2.32.0 '
279278 )
280279 )
281280 copy (
282281 os .path .join (
283282 temp_dir ,
284- 'SDL3-devel-3.2.2 -VC/SDL3-3.2.2 '
283+ 'SDL3-devel-3.2.4 -VC/SDL3-3.2.4 '
285284 ),
286285 os .path .join (
287286 move_to_dir ,
288287 prebuilt_dir ,
289- 'SDL3-3.2.2 '
288+ 'SDL3-3.2.4 '
290289 )
291290 )
292291
0 commit comments