mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
Merge pull request #420 from chewitt/syncthing_updates
Syncthing: enable automatic upgrades (backport of #418)
This commit is contained in:
commit
4278770a23
@ -1,3 +1,6 @@
|
|||||||
|
7.0.101
|
||||||
|
- Enable automatic upgrades
|
||||||
|
|
||||||
7.0.100
|
7.0.100
|
||||||
- Initial addon
|
- Initial addon
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
PKG_NAME="syncthing"
|
PKG_NAME="syncthing"
|
||||||
PKG_VERSION="0.12.22"
|
PKG_VERSION="0.12.22"
|
||||||
PKG_REV="100"
|
PKG_REV="101"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="MPLv2"
|
PKG_LICENSE="MPLv2"
|
||||||
PKG_SITE="https://syncthing.net/"
|
PKG_SITE="https://syncthing.net/"
|
||||||
@ -33,6 +33,7 @@ PKG_MAINTAINER="Anton Voyl (awiouy at gmail dot com)"
|
|||||||
PKG_ADDON_REPOVERSION="7.0"
|
PKG_ADDON_REPOVERSION="7.0"
|
||||||
|
|
||||||
PKG_IS_ADDON="yes"
|
PKG_IS_ADDON="yes"
|
||||||
|
PKG_ADDON_NAME="Syncthing"
|
||||||
PKG_ADDON_TYPE="xbmc.service"
|
PKG_ADDON_TYPE="xbmc.service"
|
||||||
PKG_ADDON_PROVIDES=""
|
PKG_ADDON_PROVIDES=""
|
||||||
PKG_AUTORECONF="no"
|
PKG_AUTORECONF="no"
|
||||||
@ -76,7 +77,7 @@ configure_target() {
|
|||||||
|
|
||||||
make_target() {
|
make_target() {
|
||||||
mkdir -p bin
|
mkdir -p bin
|
||||||
$GOLANG build -v -o bin/syncthing -a -tags noupgrade -ldflags "$LDFLAGS" ./cmd/syncthing
|
$GOLANG build -v -o bin/syncthing -a -ldflags "$LDFLAGS" ./cmd/syncthing
|
||||||
}
|
}
|
||||||
|
|
||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user