1
0
Fork 0
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:
PatriceF31 2018-03-29 11:43:53 +02:00 committed by GitHub
parent f8dcd020aa
commit e95ef5a30f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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