1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/duniter_ynh.git synced 2024-09-03 18:26:35 +02:00

[mod] #74: Upgrade upstream to v1.7.16

This commit is contained in:
Moul 2019-04-08 23:49:09 +02:00
parent 91751661a3
commit fec348d08b

View file

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