diff --git a/README.md b/README.md index 898249b..86e00f2 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.18.1~ynh1 +**Shipped version:** 1.18.2~ynh1 diff --git a/README_fr.md b/README_fr.md index 8ae5859..aa4004f 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.18.1~ynh1 +**Version incluse :** 1.18.2~ynh1 diff --git a/check_process b/check_process index 94d4528..d4cffa4 100644 --- a/check_process +++ b/check_process @@ -45,6 +45,8 @@ upgrade=1 from_commit=3d2f2de9824f4e76c506bb587e4167255ff5f900 # 1.18.0~ynh1 upgrade=1 from_commit=ba40babc2a4dce4557fc57ab0dd19dc49a70f637 + # 1.18.1~ynh1 + upgrade=1 from_commit=3e69fac2078f96ba5a4cb73966345f44a95147bf backup_restore=1 multi_instance=1 port_already_use=0 @@ -87,3 +89,5 @@ Notification=all name=1.17.0~ynh1 ; commit=ba40babc2a4dce4557fc57ab0dd19dc49a70f637 name=1.18.0~ynh1 + ; commit=3e69fac2078f96ba5a4cb73966345f44a95147bf + name=1.18.1~ynh1 diff --git a/conf/arm.src b/conf/arm.src index 79c6a3e..705d795 100644 --- a/conf/arm.src +++ b/conf/arm.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.1/syncthing-linux-arm-v1.18.1.tar.gz -SOURCE_SUM=69daf6e8d80fbcfc065dec5137b5c94b558bddf471485a584ca08e50864b98d6 +SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.2/syncthing-linux-arm-v1.18.2.tar.gz +SOURCE_SUM=3dfe4ae485f7f60a13725d49f71e52dd468caa44ca49c4999ab7f9e13c52e18a SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/arm64.src b/conf/arm64.src index 3428dd9..fb37e96 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.1/syncthing-linux-arm64-v1.18.1.tar.gz -SOURCE_SUM=3f2fb3c796c49096e305d4a28234ecd0165e9c5413122ed01d58194c8634f3a8 +SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.2/syncthing-linux-arm64-v1.18.2.tar.gz +SOURCE_SUM=a1e16ca3f023bb5192c7dc9797d5988d508e79ea79833e664f2faa1542c2cbf6 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/i386.src b/conf/i386.src index e41a0d6..93a035a 100644 --- a/conf/i386.src +++ b/conf/i386.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.1/syncthing-linux-386-v1.18.1.tar.gz -SOURCE_SUM=3a0dc9d36b83cfac924048db12ac0980f7eabf10c854898ef3bbfe3454c6fe1f +SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.2/syncthing-linux-386-v1.18.2.tar.gz +SOURCE_SUM=6bd99671c7514798516e0aa47a5647054ccf2a245519e9960c1e6154dc44cab7 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 66c1e29..8df3ff5 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.1/syncthing-linux-amd64-v1.18.1.tar.gz -SOURCE_SUM=1d2c4180aa610df7b83b33f59a431de8886900afff1d4687e9eda5c1b0520edb +SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.2/syncthing-linux-amd64-v1.18.2.tar.gz +SOURCE_SUM=b0dfebb2c6f7fb42d8db21237bc54c8aad7659942fca25898163afab078a712b SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index cc7c507..b94711a 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.1~ynh1", + "version": "1.18.2~ynh1", "url": "https://syncthing.net/", "upstream": { "license": "MPL-2.0",