mirror of
https://github.com/ksherlock/ample.git
synced 2025-03-08 13:30:09 +00:00
bump sdl version
This commit is contained in:
parent
c8e3c95240
commit
695ed00552
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user