mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
Update functions.sh
Hello, Change proposal for new duniter version (1.6.23), I'm not sure if a modification is needed for this line : middle_url="uploads/9176370e5f12dead9e8942fc08a30e49/"
This commit is contained in:
parent
f8dcd020aa
commit
e95ef5a30f
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
INSTALL_DUNITER_DEBIAN_PACKAGE () {
|
INSTALL_DUNITER_DEBIAN_PACKAGE () {
|
||||||
|
|
||||||
version="v1.6.22"
|
version="v1.6.23"
|
||||||
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/3584/artifacts/raw/work/bin/"
|
middle_url="-/jobs/4085/artifacts/raw/work/bin/"
|
||||||
else
|
else
|
||||||
middle_url="uploads/9176370e5f12dead9e8942fc08a30e49/"
|
middle_url="uploads/9176370e5f12dead9e8942fc08a30e49/"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue