syncthing: update to 0.14.0.

This commit is contained in:
Duncaen 2016-07-22 01:52:46 +02:00
parent e762fb19da
commit 03f8977ac4
2 changed files with 6 additions and 6 deletions
srcpkgs/syncthing
files/relaysrv
template

View File

@ -3,4 +3,4 @@
[ -r conf ] && . ./conf
exec 2>&1
exec chpst -u relaysrv relaysrv -keys=/var/lib/relaysrv $RELAY_ARGS
exec chpst -u relaysrv strelaysrv -keys=/var/lib/relaysrv $RELAY_ARGS

View File

@ -1,10 +1,10 @@
# Template file for 'syncthing'
pkgname=syncthing
version=0.13.10
version=0.14.0
revision=1
build_style=go
go_import_path="github.com/syncthing/syncthing"
go_package="${go_import_path}/cmd/relaysrv ${go_import_path}/cmd/syncthing"
go_package="${go_import_path}/cmd/strelaysrv ${go_import_path}/cmd/syncthing"
go_build_tags="noupgrade"
go_ldflags="-X main.Version=v${version}"
short_desc="Open Source Continuous File Synchronization"
@ -12,7 +12,7 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
license="MPLv2"
homepage="http://syncthing.net/"
distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz"
checksum=a86c7948afabc6e7b07f217d5200fb1e36cde5bb13373d99cc67d5dc991ce3be
checksum=bfa25ee766be4fb53c98df9aad99f57e562715280ed73445abe15ce2a713588e
pre_build() {
GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go
@ -36,8 +36,8 @@ syncthing-relaysrv_package() {
/var/lib/relaysrv 700 relaysrv relaysrv"
pkg_install() {
vmove usr/bin/relaysrv
vlicense cmd/relaysrv/LICENSE
vmove usr/bin/strelaysrv
vlicense cmd/strelaysrv/LICENSE
vsv relaysrv
}
}