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 #130 from YunoHost-Apps/testing

Upgrade to version 1.22.0
This commit is contained in:
yalh76 2022-10-05 00:50:18 +02:00 committed by GitHub
commit 9653c4dde3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 11 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it's transmitted over the internet.
**Shipped version:** 1.21.0~ynh2
**Shipped version:** 1.22.0~ynh1 *(:warning: This is the `testing` branch. The [`master` branch](https://github.com/YunoHost-Apps/syncthing_ynh/tree/master) used in the catalog is currently on version 1.21.0\~ynh2.)*
## Screenshots

View file

@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it's transmitted over the internet.
**Version incluse :** 1.21.0~ynh2
**Version incluse :** 1.22.0~ynh1 *(:warning: Il s'agit de la branche `testing`. La [branche `master`](https://github.com/YunoHost-Apps/syncthing_ynh/tree/master) utilisée dans le catalogue est actuellement en 1.21.0\~ynh2.)*
## Captures d'écran

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.21.0/syncthing-linux-amd64-v1.21.0.tar.gz
SOURCE_SUM=8d71169f00333759a7057123d9a33e47cf07f0cff8eabc9fe96be00a7e3b8c03
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.22.0/syncthing-linux-amd64-v1.22.0.tar.gz
SOURCE_SUM=8b5d825d176d37484250fbb749305a4ba59cbe7ed3ed6492bc0d219e6bc445c2
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.21.0/syncthing-linux-arm64-v1.21.0.tar.gz
SOURCE_SUM=2c77c81db5a5c208062c863d47797bd21e9864c4b83022c5dfbf231a69bcbff1
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.22.0/syncthing-linux-arm64-v1.22.0.tar.gz
SOURCE_SUM=f666d4f94558c7be743560217136794f62fbd8fb4f5ac9365cba95cc3d5a66a9
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.21.0/syncthing-linux-arm-v1.21.0.tar.gz
SOURCE_SUM=802a60e172f220dba63665eeab982f22f49e2c6b67878b5fd702a5eeb4f8520b
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.22.0/syncthing-linux-arm-v1.22.0.tar.gz
SOURCE_SUM=b1faf520eb27f4a14faebe9535374b785f224c7bc2340742112cf05ed5720a6d
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.21.0/syncthing-linux-386-v1.21.0.tar.gz
SOURCE_SUM=e73e0e9efe84e62775735a9ffb91647873ff402a3590392d7a7d2c5d4eda704e
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.22.0/syncthing-linux-386-v1.22.0.tar.gz
SOURCE_SUM=1668f885bb73e56fa5b51177d794e61623a23a93d9cbe9efb49ad974ae25e214
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.21.0~ynh2",
"version": "1.22.0~ynh1",
"url": "https://syncthing.net/",
"upstream": {
"license": "MPL-2.0",