mirror of
https://github.com/YunoHost-Apps/syncthing_ynh.git
synced 2024-09-03 20:26:23 +02:00
commit
ed566db3e5
7 changed files with 13 additions and 10 deletions
|
@ -9,7 +9,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
|
|||
## 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.3.3
|
||||
**Shipped version:** 1.3.4
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -16,7 +16,10 @@
|
|||
setup_private=0
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
# 1.1.1
|
||||
upgrade=1 from_commit=571623f6ea0dc6310a8d6b991b03c4a84337ce92
|
||||
# 1.3.3
|
||||
upgrade=1 from_commit=2b2b346b2d154653ff2affb5679a7cd8d60892fa
|
||||
backup_restore=1
|
||||
multi_instance=0
|
||||
# This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.3.3/syncthing-linux-arm-v1.3.3.tar.gz
|
||||
SOURCE_SUM=10fc19288bc37362dac1065bfae916fd9ab690b336f165f539ec4b2c49bb4b73
|
||||
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.3.4/syncthing-linux-arm-v1.3.4.tar.gz
|
||||
SOURCE_SUM=e284182bc9cde364097dc426f9967ac3f0b838663b2d541dd71235ce7753f5e9
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.3.3/syncthing-linux-arm64-v1.3.3.tar.gz
|
||||
SOURCE_SUM=f0c953d9c7a7fbd85fd7cfd5cbe3413e469d893589a7ed7eb3f5fcd091c66445
|
||||
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.3.4/syncthing-linux-arm64-v1.3.4.tar.gz
|
||||
SOURCE_SUM=c8ce6c7280c8ccbdb0a7c03073e50f2c8ac3fc46f7f82ce662517059a2a31146
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.3.3/syncthing-linux-386-v1.3.3.tar.gz
|
||||
SOURCE_SUM=08eff4878448b04ec2b311c6bfab497661032846ba10d8ba495371b3d749c9cb
|
||||
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.3.4/syncthing-linux-386-v1.3.4.tar.gz
|
||||
SOURCE_SUM=a74bcebb1af4449eca40ce9b06f15f66f8f0b1693163e602482a4f0fdf419eeb
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.3.3/syncthing-linux-amd64-v1.3.3.tar.gz
|
||||
SOURCE_SUM=6511a7a2835a144066c24d1e830e71807dd0faa22e9f501344cda49137803921
|
||||
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.3.4/syncthing-linux-amd64-v1.3.4.tar.gz
|
||||
SOURCE_SUM=04eca55d8478095fc37929cc71b6197c521a1c6cbf02f3ffe8c03006b6c8bfba
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized.",
|
||||
"fr": "Syncthing remplace les services propriétaires de synchro et de cloud avec quelque chose d'ouvert, digne de confiance et décentralisée."
|
||||
},
|
||||
"version": "1.3.3~ynh1",
|
||||
"version": "1.3.4~ynh1",
|
||||
"url": "https://syncthing.net/",
|
||||
"license": "MPL-2.0",
|
||||
"maintainer": [
|
||||
|
|
Loading…
Add table
Reference in a new issue