Compile using Mono 6.4.0.

This commit is contained in:
Paul Chote
2019-10-03 21:33:04 +01:00
committed by abcdefg30
parent 275365917c
commit bdd0f68a4a
2 changed files with 2 additions and 2 deletions

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="20191003"
DEPENDENCIES_TAG="20191004"
if [ $# -eq "0" ]; then
echo "Usage: $(basename "$0") version [outputdir]"