From fec348d08bc45ef8571dc85521a8453365a78478 Mon Sep 17 00:00:00 2001 From: Moul Date: Mon, 8 Apr 2019 23:49:09 +0200 Subject: [PATCH] [mod] #74: Upgrade upstream to v1.7.16 --- scripts/functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/functions.sh b/scripts/functions.sh index 37e5694..2af0ba1 100644 --- a/scripts/functions.sh +++ b/scripts/functions.sh @@ -1,9 +1,9 @@ #/bin/bash INSTALL_DUNITER_DEBIAN_PACKAGE () { - version="v1.7.14" + version="v1.7.16" if [ $arch == "x64" ]; then - url_base="https://git.duniter.org/nodes/typescript/duniter/-/jobs/19302/artifacts/raw/work/bin/" + url_base="https://git.duniter.org/nodes/typescript/duniter/-/jobs/19802/artifacts/raw/work/bin/" else url_base="https://jytou.fr/duniter/" fi