Merge pull request #5306 from heitbaum/st

syncthing: update to 1.15.1
This commit is contained in:
CvH 2021-04-09 17:56:33 +02:00 committed by GitHub
commit 30a6fc147d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
115
- Update to 1.15.1
- fix script - STNODEFAULTFOLDER=1
114
- Update to 1.14.0

View File

@ -2,9 +2,9 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="syncthing"
PKG_VERSION="1.14.0"
PKG_SHA256="55a6fb08a9dbc1a31a6b429a16abb3a76d8c24b491a86a52170ddaadea33f683"
PKG_REV="114"
PKG_VERSION="1.15.1"
PKG_SHA256="b867c5056ad073bcb690853558bf9ef6c2356b2038527973cfee501bf9076911"
PKG_REV="115"
PKG_ARCH="any"
PKG_LICENSE="MPLv2"
PKG_SITE="https://syncthing.net/"

View File

@ -6,7 +6,7 @@
. /etc/profile
oe_setup_addon service.system.syncthing
STNODEFAULTFOLDER="y" syncthing -home=$ADDON_HOME \
STNODEFAULTFOLDER="1" syncthing -home=$ADDON_HOME \
-gui-address="$gui_address" \
-logflags=0 \
-no-browser \