From 275365917cb48e0610a0231c2d800858da9ff0dd Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Thu, 3 Oct 2019 21:32:46 +0100 Subject: [PATCH] Update packaged mono to 6.4.0. --- packaging/linux/buildpackage.sh | 2 +- packaging/osx/buildpackage.sh | 2 +- thirdparty/fetch-thirdparty-deps-osx.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/linux/buildpackage.sh b/packaging/linux/buildpackage.sh index 2d0751f239..4c2cc5eeb2 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="20190506" +DEPENDENCIES_TAG="20191003" if [ $# -eq "0" ]; then echo "Usage: $(basename "$0") version [outputdir]" diff --git a/packaging/osx/buildpackage.sh b/packaging/osx/buildpackage.sh index fa13b0083b..5e2737c216 100755 --- a/packaging/osx/buildpackage.sh +++ b/packaging/osx/buildpackage.sh @@ -9,7 +9,7 @@ if [[ "$OSTYPE" != "darwin"* ]]; then command -v genisoimage >/dev/null 2>&1 || { echo >&2 "macOS packaging requires genisoimage."; exit 1; } fi -LAUNCHER_TAG="osx-launcher-20190506" +LAUNCHER_TAG="osx-launcher-20191003" if [ $# -ne "2" ]; then echo "Usage: $(basename "$0") tag outputdir" diff --git a/thirdparty/fetch-thirdparty-deps-osx.sh b/thirdparty/fetch-thirdparty-deps-osx.sh index 648af32d72..e2b26858cf 100755 --- a/thirdparty/fetch-thirdparty-deps-osx.sh +++ b/thirdparty/fetch-thirdparty-deps-osx.sh @@ -1,6 +1,6 @@ #!/bin/bash -LAUNCHER_TAG="osx-launcher-20190506" +LAUNCHER_TAG="osx-launcher-20191003" download_dir="${0%/*}/download/osx" mkdir -p "$download_dir"