mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
Update Duniter to v1.8.0
Use ARM build from Stretch
This commit is contained in:
parent
ee35597ed6
commit
48bb9b4095
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
#/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/ef10ea7293cd8935c6065616254cf708/"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
deb="duniter-server-$version-linux-$arch.deb"
|
deb="duniter-server-$version-linux-$arch.deb"
|
||||||
|
|
Loading…
Reference in a new issue