From d2848696faa6148f9338822dd4cdfb3d185d86e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 24 Jan 2016 19:37:46 +0100 Subject: [PATCH] Update Eluant to version 20160124. --- thirdparty/fetch-thirdparty-deps.ps1 | 2 +- thirdparty/fetch-thirdparty-deps.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/thirdparty/fetch-thirdparty-deps.ps1 b/thirdparty/fetch-thirdparty-deps.ps1 index f47387b3ad..98cc8796cd 100644 --- a/thirdparty/fetch-thirdparty-deps.ps1 +++ b/thirdparty/fetch-thirdparty-deps.ps1 @@ -134,7 +134,7 @@ if (!(Test-Path "Eluant.dll")) { echo "Fetching Eluant from GitHub." $target = Join-Path $pwd.ToString() "Eluant.dll" - (New-Object System.Net.WebClient).DownloadFile("https://github.com/OpenRA/Eluant/releases/download/20151127/Eluant.dll", $target) + (New-Object System.Net.WebClient).DownloadFile("https://github.com/OpenRA/Eluant/releases/download/20160124/Eluant.dll", $target) } if (!(Test-Path "GeoLite2-Country.mmdb.gz") -Or (((get-date) - (get-item "GeoLite2-Country.mmdb.gz").LastWriteTime) -gt (new-timespan -days 30))) diff --git a/thirdparty/fetch-thirdparty-deps.sh b/thirdparty/fetch-thirdparty-deps.sh index ef3aaf11e6..9027722aa6 100755 --- a/thirdparty/fetch-thirdparty-deps.sh +++ b/thirdparty/fetch-thirdparty-deps.sh @@ -114,7 +114,7 @@ fi if [ ! -f Eluant.dll ]; then echo "Fetching Eluant from GitHub." - curl -s -L -O https://github.com/OpenRA/Eluant/releases/download/20151127/Eluant.dll + curl -s -L -O https://github.com/OpenRA/Eluant/releases/download/20160124/Eluant.dll fi if [ ! -f SmarIrc4net.dll ]; then