From bdd0f68a4ab92ef26be98019e8aec1791191d321 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Thu, 3 Oct 2019 21:33:04 +0100 Subject: [PATCH] Compile using Mono 6.4.0. --- .travis.yml | 2 +- packaging/linux/buildpackage.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4be0ebd61c..bb25e07053 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ dist: xenial language: csharp -mono: 5.20.1 +mono: 6.4.0 cache: directories: diff --git a/packaging/linux/buildpackage.sh b/packaging/linux/buildpackage.sh index 4c2cc5eeb2..e8238b66f8 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="20191003" +DEPENDENCIES_TAG="20191004" if [ $# -eq "0" ]; then echo "Usage: $(basename "$0") version [outputdir]"