mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #418 from awiouy/syncthing
Syncthing: enable automatic upgrades
This commit is contained in:
commit
a682b4f6de
@ -1,3 +1,6 @@
|
||||
8.0.102
|
||||
- Enable automatic upgrades
|
||||
|
||||
8.0.101
|
||||
- Update to version 0.12.24
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
PKG_NAME="syncthing"
|
||||
PKG_VERSION="0.12.24"
|
||||
PKG_REV="101"
|
||||
PKG_REV="102"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="MPLv2"
|
||||
PKG_SITE="https://syncthing.net/"
|
||||
@ -33,6 +33,7 @@ PKG_MAINTAINER="Anton Voyl (awiouy at gmail dot com)"
|
||||
PKG_ADDON_REPOVERSION="8.0"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_NAME="Syncthing"
|
||||
PKG_ADDON_TYPE="xbmc.service"
|
||||
PKG_ADDON_PROVIDES=""
|
||||
PKG_AUTORECONF="no"
|
||||
@ -76,7 +77,7 @@ configure_target() {
|
||||
|
||||
make_target() {
|
||||
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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user