bump sdl version

This commit is contained in:
Kelvin Sherlock 2023-02-28 15:41:03 -05:00
parent c8e3c95240
commit 695ed00552
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
#!/bin/sh
DMG=SDL2-2.0.14.dmg
URL=https://www.libsdl.org/release/SDL2-2.0.14.dmg
VERSION=2.26.3
DMG=SDL2-${VERSION}.dmg
URL=https://www.libsdl.org/release/SDL2-${VERSION}.dmg
FRAMEWORK=SDL2.framework
if [ -e $FRAMEWORK ] ; then exit 0 ; fi