From f45dd24781cb56f4cef4a9e1ffe74b4b12f741be Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sun, 2 Feb 2020 10:18:22 +0000 Subject: [PATCH] Update AppImage SDL2 dependency to 2.0.10. --- packaging/linux/buildpackage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/linux/buildpackage.sh b/packaging/linux/buildpackage.sh index 677ee5c03f..f49f05a458 100755 --- a/packaging/linux/buildpackage.sh +++ b/packaging/linux/buildpackage.sh @@ -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]"