From 864170860a95b3a0b7949111576259a02303b4d9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 12 Aug 2020 22:49:49 +0200 Subject: [PATCH] Upgrade to 1.8.2 --- README.md | 4 ++-- conf/arm.src | 4 ++-- conf/arm64.src | 4 ++-- conf/i386.src | 4 ++-- conf/x86-64.src | 4 ++-- manifest.json | 12 +++++++----- 6 files changed, 17 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 0f5d548..176c123 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Syncthing app for YunoHost +# Syncthing for YunoHost [![Integration level](https://dash.yunohost.org/integration/syncthing.svg)](https://dash.yunohost.org/appci/app/syncthing) ![](https://ci-apps.yunohost.org/ci/badges/syncthing.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/syncthing.maintain.svg) [![Install Syncthing with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=syncthing) @@ -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.7.1 +**Shipped version:** 1.8.0 ## Screenshots diff --git a/conf/arm.src b/conf/arm.src index b87d158..ded8f5e 100644 --- a/conf/arm.src +++ b/conf/arm.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.7.1/syncthing-linux-arm-v1.7.1.tar.gz -SOURCE_SUM=10831ea303c3053b5e738753de056342de6ddd989ea904fcb35c701a2df6ecf6 +SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.8.0/syncthing-linux-arm-v1.8.0.tar.gz +SOURCE_SUM=aeb3d8609920657aa5523974b33eb8a352e86d49ab08eaeb63a3967a83ebe39c SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/arm64.src b/conf/arm64.src index 15d1a61..3115cac 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.7.1/syncthing-linux-arm64-v1.7.1.tar.gz -SOURCE_SUM=b1e9a7df7a825a4096e95d6d4778ea9889d58df8c2f4fdfb27f415d5bf6838ab +SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.7.1/syncthing-linux-arm64-v1.8.0.tar.gz +SOURCE_SUM=fb32e57b0b9f727166995b93421c6d762b76800f1a3a9a9839ecf333aebcb7d7 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/i386.src b/conf/i386.src index 8fe82bd..a3ed559 100644 --- a/conf/i386.src +++ b/conf/i386.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.7.1/syncthing-linux-386-v1.7.1.tar.gz -SOURCE_SUM=049ba88884a56fe98d74f4086881a8a41512fad7618670c12ab7773f7c30085a +SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.8.0/syncthing-linux-386-v1.8.0.tar.gz +SOURCE_SUM=76ced8b7c67182719a7c2df032519caf44af9f0be84f90f74349357838afd41b 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 957cc18..480175e 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.7.1/syncthing-linux-amd64-v1.7.1.tar.gz -SOURCE_SUM=77670341cb806880eb456159f9e61a679e44234343125e52ea0dc5a67c69a5f4 +SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.8.0/syncthing-linux-amd64-v1.8.0.tar.gz +SOURCE_SUM=0abe7891d689edf5e148d257e4264e9764e4479cb935f53ccc2e3c07efc87bf0 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index b032e84..703fde2 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.7.1~ynh1", + "version": "1.8.0~ynh1", "url": "https://syncthing.net/", "license": "MPL-2.0", "maintainer": [ @@ -31,7 +31,8 @@ "name": "domain", "type": "domain", "ask": { - "en": "Choose a domain for Syncthing" + "en": "Choose a domain for Syncthing", + "fr": "Choisissez un nom de domaine pour Syncthing" }, "example": "domain.org" }, @@ -39,7 +40,8 @@ "name": "path", "type": "path", "ask": { - "en": "Choose a path for Syncthing" + "en": "Choose a path for Syncthing", + "fr": "Choisissez un chemin pour Syncthing" }, "example": "/syncthing", "default": "/syncthing" @@ -48,8 +50,8 @@ "name": "admin", "type": "user", "ask": { - "en": "Choose the user for Syncthing (must be an existing yunohost user)", - "fr": "Choisissez l'utilisateur de Syncthing (doit ĂȘtre un utilisateur yunohost existant)" + "en": "Choose the user for Syncthing (must be an existing YunoHost user)", + "fr": "Choisissez l'utilisateur de Syncthing (doit ĂȘtre un utilisateur YunoHost existant)" }, "example": "johndoe" }