From e4ccfa7deca4e45deae6dc89026ad3d2aee039f6 Mon Sep 17 00:00:00 2001 From: vincentux Date: Mon, 6 Jan 2020 14:33:48 +0100 Subject: [PATCH] Upgrade upstream to v1.7.18 --- scripts/functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/functions.sh b/scripts/functions.sh index 7450363..ec5c8d3 100644 --- a/scripts/functions.sh +++ b/scripts/functions.sh @@ -1,9 +1,9 @@ #/bin/bash INSTALL_DUNITER_DEBIAN_PACKAGE () { - version="v1.7.17" + version="v1.7.18" if [ $arch == "x64" ]; then - url_base="https://git.duniter.org/nodes/typescript/duniter/-/jobs/21158/artifacts/raw/work/bin/" + url_base="https://git.duniter.org/nodes/typescript/duniter/-/jobs/21913/artifacts/raw/work/bin/" else url_base="https://jytou.fr/duniter/" fi