Merge pull request #418 from awiouy/syncthing

Syncthing: enable automatic upgrades
This commit is contained in:
Christian Hewitt 2016-06-05 10:26:57 +04:00
commit a682b4f6de
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,6 @@
8.0.102
- Enable automatic upgrades
8.0.101
- Update to version 0.12.24

View File

@ -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() {