mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
Update Duniter to version to 1.6.23
This commit is contained in:
parent
f8dcd020aa
commit
6f8156282e
1 changed files with 3 additions and 3 deletions
|
@ -2,12 +2,12 @@
|
|||
|
||||
INSTALL_DUNITER_DEBIAN_PACKAGE () {
|
||||
|
||||
version="v1.6.22"
|
||||
version="v1.6.23"
|
||||
git_repo="https://git.duniter.org/nodes/typescript/duniter/"
|
||||
if [ $arch == "x64" ]; then
|
||||
middle_url="-/jobs/3584/artifacts/raw/work/bin/"
|
||||
middle_url="-/jobs/4085/artifacts/raw/work/bin/"
|
||||
else
|
||||
middle_url="uploads/9176370e5f12dead9e8942fc08a30e49/"
|
||||
middle_url="uploads/8ffd85dc6400b90895e0de9aa5286667/"
|
||||
fi
|
||||
deb="duniter-server-$version-linux-$arch.deb"
|
||||
url="${git_repo}${middle_url}${deb}"
|
||||
|
|
Loading…
Reference in a new issue