Update packaged mono to 6.4.0.

This commit is contained in:
Paul Chote
2019-10-03 21:32:46 +01:00
committed by abcdefg30
parent b9b7f435dd
commit 275365917c
3 changed files with 3 additions and 3 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="20190506"
DEPENDENCIES_TAG="20191003"
if [ $# -eq "0" ]; then
echo "Usage: $(basename "$0") version [outputdir]"

View File

@@ -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"

View File

@@ -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"