mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
syncthing: update to 0.14.0.
This commit is contained in:
parent
e762fb19da
commit
03f8977ac4
2 changed files with 6 additions and 6 deletions
|
@ -3,4 +3,4 @@
|
||||||
[ -r conf ] && . ./conf
|
[ -r conf ] && . ./conf
|
||||||
|
|
||||||
exec 2>&1
|
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
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'syncthing'
|
# Template file for 'syncthing'
|
||||||
pkgname=syncthing
|
pkgname=syncthing
|
||||||
version=0.13.10
|
version=0.14.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/syncthing/syncthing"
|
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_build_tags="noupgrade"
|
||||||
go_ldflags="-X main.Version=v${version}"
|
go_ldflags="-X main.Version=v${version}"
|
||||||
short_desc="Open Source Continuous File Synchronization"
|
short_desc="Open Source Continuous File Synchronization"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
license="MPLv2"
|
license="MPLv2"
|
||||||
homepage="http://syncthing.net/"
|
homepage="http://syncthing.net/"
|
||||||
distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=a86c7948afabc6e7b07f217d5200fb1e36cde5bb13373d99cc67d5dc991ce3be
|
checksum=bfa25ee766be4fb53c98df9aad99f57e562715280ed73445abe15ce2a713588e
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go
|
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"
|
/var/lib/relaysrv 700 relaysrv relaysrv"
|
||||||
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/relaysrv
|
vmove usr/bin/strelaysrv
|
||||||
vlicense cmd/relaysrv/LICENSE
|
vlicense cmd/strelaysrv/LICENSE
|
||||||
vsv relaysrv
|
vsv relaysrv
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue