diff --git a/README.md b/README.md index 86e00f2..edb64c4 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,10 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview -Continuous file synchronization program. +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.18.2~ynh1 + +**Shipped version:** 1.18.3~ynh1 diff --git a/README_fr.md b/README_fr.md index aa4004f..5a8edaf 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,9 +11,10 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ## Vue d'ensemble -Programme de synchronisation de fichiers en continu. +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.18.2~ynh1 + +**Version incluse :** 1.18.3~ynh1 diff --git a/check_process b/check_process index d4cffa4..94815a3 100644 --- a/check_process +++ b/check_process @@ -47,6 +47,8 @@ upgrade=1 from_commit=ba40babc2a4dce4557fc57ab0dd19dc49a70f637 # 1.18.1~ynh1 upgrade=1 from_commit=3e69fac2078f96ba5a4cb73966345f44a95147bf + # 1.18.2~ynh1 + upgrade=1 from_commit=f0cfbbfd9acf04d7df4d2b7c6c6f80da4db04f24 backup_restore=1 multi_instance=1 port_already_use=0 @@ -91,3 +93,5 @@ Notification=all name=1.18.0~ynh1 ; commit=3e69fac2078f96ba5a4cb73966345f44a95147bf name=1.18.1~ynh1 + ; commit=f0cfbbfd9acf04d7df4d2b7c6c6f80da4db04f24 + name=1.18.2~ynh1 diff --git a/conf/arm.src b/conf/arm.src index 705d795..0753a71 100644 --- a/conf/arm.src +++ b/conf/arm.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.2/syncthing-linux-arm-v1.18.2.tar.gz -SOURCE_SUM=3dfe4ae485f7f60a13725d49f71e52dd468caa44ca49c4999ab7f9e13c52e18a +SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.3/syncthing-linux-arm-v1.18.3.tar.gz +SOURCE_SUM=1b4efca06d0c88673b2cdec21b9b1f6cf4a78dbc6aecdba71fdaefe374a0df3d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/arm64.src b/conf/arm64.src index fb37e96..6103787 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.2/syncthing-linux-arm64-v1.18.2.tar.gz -SOURCE_SUM=a1e16ca3f023bb5192c7dc9797d5988d508e79ea79833e664f2faa1542c2cbf6 +SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.3/syncthing-linux-arm64-v1.18.3.tar.gz +SOURCE_SUM=05de7d321c651e3874a373f4e281ad56b7e3268cf33c81fe1caace859e9e596f SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/i386.src b/conf/i386.src index 93a035a..1cf1110 100644 --- a/conf/i386.src +++ b/conf/i386.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.2/syncthing-linux-386-v1.18.2.tar.gz -SOURCE_SUM=6bd99671c7514798516e0aa47a5647054ccf2a245519e9960c1e6154dc44cab7 +SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.3/syncthing-linux-386-v1.18.3.tar.gz +SOURCE_SUM=e7d2ab80d7396d2bd17057731ff7b98bf97618f74d714c2ef082c3eb11350899 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 8df3ff5..1a5f41f 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.18.2/syncthing-linux-amd64-v1.18.2.tar.gz -SOURCE_SUM=b0dfebb2c6f7fb42d8db21237bc54c8aad7659942fca25898163afab078a712b +SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.3/syncthing-linux-amd64-v1.18.3.tar.gz +SOURCE_SUM=4ddade013a801cc26448b5b134ec494c6aab129c446cb211a9e2580f7a5bc6ec SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md new file mode 100644 index 0000000..ed73455 --- /dev/null +++ b/doc/DESCRIPTION.md @@ -0,0 +1 @@ +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. diff --git a/manifest.json b/manifest.json index b94711a..875fa7e 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.18.2~ynh1", + "version": "1.18.3~ynh1", "url": "https://syncthing.net/", "upstream": { "license": "MPL-2.0",