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

Update functions.sh

This commit is contained in:
fdrubigny 2021-01-19 21:13:03 +01:00 committed by M5oul
parent 6d5366c2bf
commit ec2b43e2e3

View file

@ -1,10 +1,10 @@
#/bin/bash #/bin/bash
INSTALL_DUNITER_DEBIAN_PACKAGE () { INSTALL_DUNITER_DEBIAN_PACKAGE () {
version="v1.8.0" version="v1.8.1"
url_base="https://git.duniter.org/nodes/typescript/duniter/" url_base="https://git.duniter.org/nodes/typescript/duniter/"
if [ $arch == "x64" ]; then if [ $arch == "x64" ]; then
mid_url="-/jobs/40349/artifacts/raw/work/bin/" mid_url="-/jobs/40430/artifacts/raw/work/bin/"
else else
mid_url="uploads/afe00e6e6cb318fbdbb977d8c73f4645/" mid_url="uploads/afe00e6e6cb318fbdbb977d8c73f4645/"
fi fi