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

version="v1.8.0"

This commit is contained in:
vincentux 2020-06-12 06:57:50 +02:00 committed by GitHub
parent ee35597ed6
commit fd97c146da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,10 @@
#/bin/bash #/bin/bash
INSTALL_DUNITER_DEBIAN_PACKAGE () { INSTALL_DUNITER_DEBIAN_PACKAGE () {
version="v1.7.21" version="v1.8.0"
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/34995/artifacts/raw/work/bin/" mid_url="-/jobs/40349/artifacts/raw/work/bin/"
else else
mid_url="uploads/23e768a0c5afc515ae59b4bf536ceecb/" mid_url="uploads/23e768a0c5afc515ae59b4bf536ceecb/"
fi fi