Upgrade upstream to v1.7.18

This commit is contained in:
vincentux 2020-01-06 14:33:48 +01:00 committed by M5oul
parent 83c95a6ce0
commit e4ccfa7dec
1 changed files with 2 additions and 2 deletions

View File

@ -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