diff --git a/README.md b/README.md index 34edc2d..1a9cfb4 100644 --- a/README.md +++ b/README.md @@ -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.19.1~ynh1 +**Shipped version:** 1.19.2~ynh1 diff --git a/README_fr.md b/README_fr.md index d8aa14b..3ad2663 100644 --- a/README_fr.md +++ b/README_fr.md @@ -14,7 +14,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.19.1~ynh1 +**Version incluse :** 1.19.2~ynh1 diff --git a/conf/amd64.src b/conf/amd64.src index 6afb0c5..793e01b 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.19.1/syncthing-linux-amd64-v1.19.1.tar.gz -SOURCE_SUM=1ee66778788d5dbcc60927f9d9c107f1acb57f0076fea5b6604caf7b057055a1 +SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.19.2/syncthing-linux-amd64-v1.19.2.tar.gz +SOURCE_SUM=ce80f6f7355cfddad1afd67546f56211bc08212a87b466d7c167b73335a02d2a SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/arm64.src b/conf/arm64.src index e33987a..ae633ca 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.19.1/syncthing-linux-arm64-v1.19.1.tar.gz -SOURCE_SUM=dc1e3cd2c1a6b732f246e1dcfb33c82c427edee73c8056f3fbf2e6e95f23af35 +SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.19.2/syncthing-linux-arm64-v1.19.2.tar.gz +SOURCE_SUM=d6dbf20c0e044a821bbbd53a0d71e65b83965f4e04d81425cd82efcd48e9496a SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/armhf.src b/conf/armhf.src index fddbab5..82bdcf7 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.19.1/syncthing-linux-arm-v1.19.1.tar.gz -SOURCE_SUM=60d2a0677b10316e244bcd19ff3acba05e45f6972164591d321aef3145a5642d +SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.19.2/syncthing-linux-arm-v1.19.2.tar.gz +SOURCE_SUM=56ea40498dd7c77e631b4f3275a0a838e557c6a1b5410d795bc22a162e8d970e SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/i386.src b/conf/i386.src index 5dbbd44..d2236a9 100644 --- a/conf/i386.src +++ b/conf/i386.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.19.1/syncthing-linux-386-v1.19.1.tar.gz -SOURCE_SUM=991aff9adf2a339cc9fce130d68d6073075b8b0482122e0f3c6e219a4da3731a +SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.19.2/syncthing-linux-386-v1.19.2.tar.gz +SOURCE_SUM=58f3b6c88175e4fcd36307b784ee915c50518cf1e06a2b5cd8233adcc45ba654 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index db2d055..5b1c67e 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.19.1~ynh1", + "version": "1.19.2~ynh1", "url": "https://syncthing.net/", "upstream": { "license": "MPL-2.0",