mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
[mod] #76:Update Duniter to v1.6.29
- Broken links upstream
This commit is contained in:
parent
aed9550384
commit
c9279e58cb
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.6.28"
|
version="v1.6.29"
|
||||||
git_repo="https://git.duniter.org/nodes/typescript/duniter/"
|
git_repo="https://git.duniter.org/nodes/typescript/duniter/"
|
||||||
if [ $arch == "x64" ]; then
|
if [ $arch == "x64" ]; then
|
||||||
middle_url="-/jobs/15942/artifacts/raw/work/bin/"
|
middle_url="-/jobs/16134/artifacts/raw/work/bin/"
|
||||||
else
|
else
|
||||||
middle_url="uploads/89e94e0ead250bff962d78e5846d57c6/"
|
middle_url="uploads/0914b6e4daf1acbe825bb2965c7af142/
|
||||||
fi
|
fi
|
||||||
deb="duniter-server-$version-linux-$arch.deb"
|
deb="duniter-server-$version-linux-$arch.deb"
|
||||||
url="${git_repo}${middle_url}${deb}"
|
url="${git_repo}${middle_url}${deb}"
|
||||||
|
|
Loading…
Reference in a new issue