1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/syncthing_ynh.git synced 2024-09-03 20:26:23 +02:00

Merge pull request #86 from YunoHost-Apps/testing

Upgrade to 1.18.0~ynh1
This commit is contained in:
yalh76 2021-07-07 03:44:18 +02:00 committed by GitHub
commit 41416b1ed8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 15 additions and 11 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Continuous file synchronization program.
**Shipped version:** 1.17.0~ynh1
**Shipped version:** 1.18.0~ynh1

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Programme de synchronisation de fichiers en continu.
**Version incluse :** 1.17.0~ynh1
**Version incluse :** 1.18.0~ynh1

View file

@ -41,6 +41,8 @@
upgrade=1 from_commit=2a0a768ba1e8c93c2cd1b3ef97ac558c86ddc72c
# 1.16.1~ynh1
upgrade=1 from_commit=a1a1134571e6f9d274b6772358bedfb4b775fe5a
# 1.17.0~ynh1
upgrade=1 from_commit=3d2f2de9824f4e76c506bb587e4167255ff5f900
backup_restore=1
multi_instance=0
port_already_use=0
@ -79,3 +81,5 @@ Notification=all
name=1.15.1~ynh2
; commit=a1a1134571e6f9d274b6772358bedfb4b775fe5a
name=1.16.1~ynh1
; commit=3d2f2de9824f4e76c506bb587e4167255ff5f900
name=1.17.0~ynh1

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.17.0/syncthing-linux-arm-v1.17.0.tar.gz
SOURCE_SUM=e53ebabdc0f0f0cb799efc5cc96644ee7d50c0d4a5ea051e33249d551c2ade74
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.0/syncthing-linux-arm-v1.18.0.tar.gz
SOURCE_SUM=351de4a45da94016a1d59d0ed5d25b1c0dc2d01310fb590c2746346e80b9f814
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.17.0/syncthing-linux-arm64-v1.17.0.tar.gz
SOURCE_SUM=8a21c2c1351cea8d708726f91dcf94a2938c28339e01396ee0213c48d60b23b0
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.0/syncthing-linux-arm64-v1.18.0.tar.gz
SOURCE_SUM=16bcac0fb939771c5db44dafbf0f40a73e90f9800e8ebb1d0bdc2fa33f58fae1
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.17.0/syncthing-linux-386-v1.17.0.tar.gz
SOURCE_SUM=09abe881be878fa759ff3924dc719d969a5cf71c3e6e834da70aa0afff1f8092
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.0/syncthing-linux-386-v1.18.0.tar.gz
SOURCE_SUM=49e90ee5d89ee50fed0dc0170ed41dbd4b14404ca049c33c90a30d35e3f8d9e7
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.17.0/syncthing-linux-amd64-v1.17.0.tar.gz
SOURCE_SUM=7b3e304761440f27137900f3f60c7f16e65de90cc05ae21bc6b046c14e591496
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.0/syncthing-linux-amd64-v1.18.0.tar.gz
SOURCE_SUM=d36341f9c85d42c961660d8c2543158b367348a95a95b13d42c010fd8f21bf07
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Continuous file synchronization program.",
"fr": "Programme de synchronisation de fichiers en continu."
},
"version": "1.17.0~ynh1",
"version": "1.18.0~ynh1",
"url": "https://syncthing.net/",
"upstream": {
"license": "MPL-2.0",