From 927244c9af6933745d27085c45c6fa8d701a669a Mon Sep 17 00:00:00 2001 From: vincentux Date: Fri, 27 Mar 2020 16:53:08 +0100 Subject: [PATCH] Update 1.7.21 --- scripts/functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/functions.sh b/scripts/functions.sh index ec5c8d3..4764c34 100644 --- a/scripts/functions.sh +++ b/scripts/functions.sh @@ -1,9 +1,9 @@ #/bin/bash INSTALL_DUNITER_DEBIAN_PACKAGE () { - version="v1.7.18" + version="v1.7.21" if [ $arch == "x64" ]; then - url_base="https://git.duniter.org/nodes/typescript/duniter/-/jobs/21913/artifacts/raw/work/bin/" + url_base="https://git.duniter.org/nodes/typescript/duniter/-/jobs/34995/artifacts/raw/work/bin/" else url_base="https://jytou.fr/duniter/" fi