Pump SDL2.

This commit is contained in:
Martín Lucas Golini
2025-07-27 23:17:01 -03:00
parent 06040f1932
commit d7973b33e5
4 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# Define SDL version and download URL
SDL_VERSION="2.32.2"
SDL_VERSION="2.32.8"
SDL_URL="https://libsdl.org/release/SDL2-${SDL_VERSION}.zip"
ARCH="x86_64" # Default architecture for host