1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/syncthing_ynh.git synced 2024-09-03 20:26:23 +02:00

Upgrade to 1.8.2

This commit is contained in:
ericgaspar 2020-08-12 22:49:49 +02:00
parent 861887ef08
commit 864170860a
No known key found for this signature in database
GPG key ID: 574F281483054D44
6 changed files with 17 additions and 15 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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"
}