mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
[mod] update Duniter packages to v1.6.25.
This commit is contained in:
parent
4b440bf2ac
commit
32e81ff7ea
1 changed files with 3 additions and 3 deletions
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
INSTALL_DUNITER_DEBIAN_PACKAGE () {
|
INSTALL_DUNITER_DEBIAN_PACKAGE () {
|
||||||
|
|
||||||
version="v1.6.23"
|
version="v1.6.25"
|
||||||
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/4085/artifacts/raw/work/bin/"
|
middle_url="-/jobs/7062/artifacts/raw/work/bin/"
|
||||||
else
|
else
|
||||||
middle_url="uploads/8ffd85dc6400b90895e0de9aa5286667/"
|
middle_url="uploads/722c2b2901e0c2a13ca3595eae4e696f/"
|
||||||
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