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.7.1~ynh1

This commit is contained in:
yalh76 2020-08-03 20:39:15 +02:00
parent 73bac60332
commit 80d2bb5b70
7 changed files with 14 additions and 10 deletions

View file

@ -9,7 +9,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview ## 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. 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.6.1 **Shipped version:** 1.7.1
## Screenshots ## Screenshots

View file

@ -26,6 +26,8 @@
upgrade=1 from_commit=a351c2b6431a3ac092f3581a9778a402ec81f963 upgrade=1 from_commit=a351c2b6431a3ac092f3581a9778a402ec81f963
# 1.5.0~ynh1 # 1.5.0~ynh1
upgrade=1 from_commit=91793d91bca31838cbb97782a633d3732e178b8a upgrade=1 from_commit=91793d91bca31838cbb97782a633d3732e178b8a
# 1.6.1~ynh1
upgrade=1 from_commit=73bac603324544f2ae3de05487f804a09c0a3673
backup_restore=1 backup_restore=1
multi_instance=0 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. # 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.
@ -49,3 +51,5 @@ Notification=all
name=1.4.2 name=1.4.2
; commit=91793d91bca31838cbb97782a633d3732e178b8a ; commit=91793d91bca31838cbb97782a633d3732e178b8a
name=1.5.0~ynh1 name=1.5.0~ynh1
; commit=73bac603324544f2ae3de05487f804a09c0a3673
name=1.6.1~ynh1

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.6.1/syncthing-linux-arm-v1.6.1.tar.gz SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.7.1/syncthing-linux-arm-v1.7.1.tar.gz
SOURCE_SUM=12132f18c72ab529f437378b1a9a2e82ad5bbe45b0d8cfe29d0d744067b09a0e SOURCE_SUM=10831ea303c3053b5e738753de056342de6ddd989ea904fcb35c701a2df6ecf6
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.6.1/syncthing-linux-arm64-v1.6.1.tar.gz SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.7.1/syncthing-linux-arm64-v1.7.1.tar.gz
SOURCE_SUM=123a12cfc82c40245b0b3e4c90a48a5361c861c351bb526d202a7fdca90ed64a SOURCE_SUM=b1e9a7df7a825a4096e95d6d4778ea9889d58df8c2f4fdfb27f415d5bf6838ab
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.6.1/syncthing-linux-386-v1.6.1.tar.gz SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.7.1/syncthing-linux-386-v1.7.1.tar.gz
SOURCE_SUM=0631ccd2062b1b215fb3484d43c35ff2cd9c447c190ad17264ddc433801f4293 SOURCE_SUM=049ba88884a56fe98d74f4086881a8a41512fad7618670c12ab7773f7c30085a
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.6.1/syncthing-linux-amd64-v1.6.1.tar.gz SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.7.1/syncthing-linux-amd64-v1.7.1.tar.gz
SOURCE_SUM=140910b66f4d43e87b843ef35e26a9ca0b85815e9ccd166e5aa9517ca7b41d9c SOURCE_SUM=77670341cb806880eb456159f9e61a679e44234343125e52ea0dc5a67c69a5f4
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Continuous file synchronization program.", "en": "Continuous file synchronization program.",
"fr": "Programme de synchronisation de fichiers en continu." "fr": "Programme de synchronisation de fichiers en continu."
}, },
"version": "1.6.1~ynh1", "version": "1.7.1~ynh1",
"url": "https://syncthing.net/", "url": "https://syncthing.net/",
"license": "MPL-2.0", "license": "MPL-2.0",
"maintainer": [ "maintainer": [