diff --git a/README.md b/README.md index fb20371..5356621 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_fr.md b/README_fr.md index 94362a1..3f22af6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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 diff --git a/check_process b/check_process index edee87f..39bd3b0 100644 --- a/check_process +++ b/check_process @@ -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 diff --git a/conf/arm.src b/conf/arm.src index 60e8346..a3bd5f4 100644 --- a/conf/arm.src +++ b/conf/arm.src @@ -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 diff --git a/conf/arm64.src b/conf/arm64.src index d9fc483..eb8f414 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -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 diff --git a/conf/i386.src b/conf/i386.src index b67952c..03b9f5a 100644 --- a/conf/i386.src +++ b/conf/i386.src @@ -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 diff --git a/conf/x86-64.src b/conf/x86-64.src index 0375f8d..2b57609 100644 --- a/conf/x86-64.src +++ b/conf/x86-64.src @@ -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 diff --git a/manifest.json b/manifest.json index 10384c4..a93b9fb 100644 --- a/manifest.json +++ b/manifest.json @@ -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",