From d0747e748da89e0b798e1b680db10fdf5e19f412 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 4 May 2021 21:05:21 +0200 Subject: [PATCH 1/2] Upgrade to 1.16.0 --- README.md | 2 +- check_process | 4 ++++ conf/arm.src | 4 ++-- conf/arm64.src | 4 ++-- conf/i386.src | 4 ++-- conf/x86-64.src | 4 ++-- manifest.json | 2 +- 7 files changed, 14 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a3a3f58..d25d736 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet. -**Shipped version:** 1.15.1 +**Shipped version:** 1.16.0 ## Screenshots diff --git a/check_process b/check_process index e25ccb5..be22d5a 100644 --- a/check_process +++ b/check_process @@ -37,6 +37,8 @@ upgrade=1 from_commit=201eab3c30f6a72de8c704190e66e11baf517a8a # 1.15.1~ynh1 upgrade=1 from_commit=f373714a18c855c936c86b389d1ef0cf46da447b + # 1.15.1~ynh2 + upgrade=1 from_commit=2a0a768ba1e8c93c2cd1b3ef97ac558c86ddc72c backup_restore=1 multi_instance=0 port_already_use=0 @@ -71,3 +73,5 @@ Notification=all name=1.14.0~ynh2 ; commit=f373714a18c855c936c86b389d1ef0cf46da447b name=1.15.1~ynh1 + ; commit=2a0a768ba1e8c93c2cd1b3ef97ac558c86ddc72c + name=1.15.1~ynh2 diff --git a/conf/arm.src b/conf/arm.src index d0c18c4..d8a9bbf 100644 --- a/conf/arm.src +++ b/conf/arm.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.15.1/syncthing-linux-arm-v1.15.1.tar.gz -SOURCE_SUM=372ec85b57ff96342b6e43e027df777a3ba81cfbda12e60c6548c86d6a6f55fb +SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.16.0/syncthing-linux-arm-v1.16.0.tar.gz +SOURCE_SUM=9d27cae74e591ba3b6e143c66ce644b7f040892d9f445c260501a365b74892d1 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/arm64.src b/conf/arm64.src index b66ff00..5a1774f 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.15.1/syncthing-linux-arm64-v1.15.1.tar.gz -SOURCE_SUM=3f4f14c38c7e74eaa9ffa97faf9b051d5a9c898c6c188324e1da9c7c4aadab08 +SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.16.0/syncthing-linux-arm64-v1.16.0.tar.gz +SOURCE_SUM=ff3dc77f0678a9ce2562e7e94b31215b70ce90548e9840bcf4db7f8fa747fb34 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/i386.src b/conf/i386.src index c0e8b5a..992523b 100644 --- a/conf/i386.src +++ b/conf/i386.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.15.1/syncthing-linux-386-v1.15.1.tar.gz -SOURCE_SUM=7fa1163ecab730cf5bc5b3f70757c265e1a1bee3cfc845bb67ed7067c0f97156 +SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.16.0/syncthing-linux-386-v1.16.0.tar.gz +SOURCE_SUM=f58e0cecfb9f21483645763eaa7a9ea3ab2f47682c523ac49becba7400524aca 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 982d6ca..661ebdb 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.15.1/syncthing-linux-amd64-v1.15.1.tar.gz -SOURCE_SUM=a33aafbc4414133ea566e3d5faf3924097612e43840d7451847b0eb2702e59cb +SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.16.0/syncthing-linux-amd64-v1.16.0.tar.gz +SOURCE_SUM=cf1cfd2e8d4bf14fb9ffb6041cfe2689aef58ab0dfe566a5ac603965e1c7084e SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 40acec7..0ac329e 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.15.1~ynh2", + "version": "1.16.0~ynh1", "url": "https://syncthing.net/", "license": "MPL-2.0", "maintainer": [ From 30fef20e3c4e9fc20a05ccff6ce9c346a77853ad Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 6 May 2021 13:39:05 +0200 Subject: [PATCH 2/2] Upgrade to 1.16.1 --- README.md | 2 +- conf/arm.src | 4 ++-- conf/arm64.src | 4 ++-- conf/i386.src | 4 ++-- conf/x86-64.src | 4 ++-- manifest.json | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d25d736..d04dd8d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet. -**Shipped version:** 1.16.0 +**Shipped version:** 1.16.1 ## Screenshots diff --git a/conf/arm.src b/conf/arm.src index d8a9bbf..1b81e42 100644 --- a/conf/arm.src +++ b/conf/arm.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.16.0/syncthing-linux-arm-v1.16.0.tar.gz -SOURCE_SUM=9d27cae74e591ba3b6e143c66ce644b7f040892d9f445c260501a365b74892d1 +SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.16.1/syncthing-linux-arm-v1.16.1.tar.gz +SOURCE_SUM=a9c45c6af18c179874faf2e4f00f3aeb5ba66add132bc72f460ea5a8be7ba749 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/arm64.src b/conf/arm64.src index 5a1774f..5f64df8 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.16.0/syncthing-linux-arm64-v1.16.0.tar.gz -SOURCE_SUM=ff3dc77f0678a9ce2562e7e94b31215b70ce90548e9840bcf4db7f8fa747fb34 +SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.16.1/syncthing-linux-arm64-v1.16.1.tar.gz +SOURCE_SUM=6e1a4839fe24555cf2c7fc10e8eefae1e5810ffd4bbaccbaf63986b7c7e5e357 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/i386.src b/conf/i386.src index 992523b..34440de 100644 --- a/conf/i386.src +++ b/conf/i386.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.16.0/syncthing-linux-386-v1.16.0.tar.gz -SOURCE_SUM=f58e0cecfb9f21483645763eaa7a9ea3ab2f47682c523ac49becba7400524aca +SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.16.1/syncthing-linux-386-v1.16.1.tar.gz +SOURCE_SUM=88852606067bdcdf8ac8e040df7c2c1fd80764ce5db9a26e3610ed92285dcf9b 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 661ebdb..d46c110 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.16.0/syncthing-linux-amd64-v1.16.0.tar.gz -SOURCE_SUM=cf1cfd2e8d4bf14fb9ffb6041cfe2689aef58ab0dfe566a5ac603965e1c7084e +SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.16.1/syncthing-linux-amd64-v1.16.1.tar.gz +SOURCE_SUM=b4801f62699946e6c695c01f436ae8ebd6e5c1f741d1176515890d6c0adf143d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 0ac329e..bf55a24 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.16.0~ynh1", + "version": "1.16.1~ynh1", "url": "https://syncthing.net/", "license": "MPL-2.0", "maintainer": [