1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/duniter_ynh.git synced 2024-09-03 18:26:35 +02:00

[fix] update to 1.6.22 as previous release disappear /o\.

This commit is contained in:
Moul 2018-03-13 20:11:39 +01:00
parent 62336dd1cd
commit f8dcd020aa

View file

@ -2,12 +2,12 @@
INSTALL_DUNITER_DEBIAN_PACKAGE () { INSTALL_DUNITER_DEBIAN_PACKAGE () {
version="v1.6.21" version="v1.6.22"
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/3296/artifacts/raw/work/bin/" middle_url="-/jobs/3584/artifacts/raw/work/bin/"
else else
middle_url="uploads/94f13f3dd61357ddf2539afbc5dc7893/" middle_url="uploads/9176370e5f12dead9e8942fc08a30e49/"
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}"