mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
[mod] update Duniter to v1.6.28 which enables certification replay…
…protocol change.
This commit is contained in:
parent
b0d57aec9e
commit
aed9550384
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.25"
|
version="v1.6.28"
|
||||||
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/7062/artifacts/raw/work/bin/"
|
middle_url="-/jobs/15942/artifacts/raw/work/bin/"
|
||||||
else
|
else
|
||||||
middle_url="uploads/722c2b2901e0c2a13ca3595eae4e696f/"
|
middle_url="uploads/89e94e0ead250bff962d78e5846d57c6/"
|
||||||
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…
Add table
Reference in a new issue