From aed95503843af6d7ca6986d87f620698baa7462a Mon Sep 17 00:00:00 2001 From: Moul Date: Tue, 1 Jan 2019 16:54:28 +0100 Subject: [PATCH] =?UTF-8?q?[mod]=20update=20Duniter=20to=20v1.6.28=20which?= =?UTF-8?q?=20enables=20certification=20replay=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …protocol change. --- scripts/functions.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/functions.sh b/scripts/functions.sh index f634f89..647a334 100644 --- a/scripts/functions.sh +++ b/scripts/functions.sh @@ -1,12 +1,12 @@ #/bin/bash INSTALL_DUNITER_DEBIAN_PACKAGE () { - version="v1.6.25" + version="v1.6.28" git_repo="https://git.duniter.org/nodes/typescript/duniter/" if [ $arch == "x64" ]; then - middle_url="-/jobs/7062/artifacts/raw/work/bin/" + middle_url="-/jobs/15942/artifacts/raw/work/bin/" else - middle_url="uploads/722c2b2901e0c2a13ca3595eae4e696f/" + middle_url="uploads/89e94e0ead250bff962d78e5846d57c6/" fi deb="duniter-server-$version-linux-$arch.deb" url="${git_repo}${middle_url}${deb}"