Update AppImage SDL2 dependency to 2.0.10.

This commit is contained in:
Paul Chote
2020-02-02 10:18:22 +00:00
committed by reaperrr
parent 8d23994a04
commit f45dd24781

View File

@@ -7,7 +7,7 @@ command -v python >/dev/null 2>&1 || { echo >&2 "Linux packaging requires python
command -v tar >/dev/null 2>&1 || { echo >&2 "Linux packaging requires tar."; exit 1; }
command -v curl >/dev/null 2>&1 || command -v wget > /dev/null 2>&1 || { echo >&2 "Linux packaging requires curl or wget."; exit 1; }
DEPENDENCIES_TAG="20191004"
DEPENDENCIES_TAG="20200202"
if [ $# -eq "0" ]; then
echo "Usage: $(basename "$0") version [outputdir]"