syncthing: update to 0.14.50.
This commit is contained in:
parent
c8671f0752
commit
191248253e
1 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'syncthing'
|
||||
pkgname=syncthing
|
||||
version=0.14.49
|
||||
revision=2
|
||||
version=0.14.50
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/syncthing/syncthing"
|
||||
go_package="${go_import_path}/cmd/strelaysrv ${go_import_path}/cmd/syncthing"
|
||||
|
@ -9,10 +9,11 @@ go_build_tags="noupgrade"
|
|||
go_ldflags="-X main.Version=v${version}"
|
||||
short_desc="Open Source Continuous File Synchronization"
|
||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||
license="MPLv2"
|
||||
license="MPL-2.0"
|
||||
#changelog="https://github.com/syncthing/syncthing/releases"
|
||||
homepage="http://syncthing.net/"
|
||||
distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=6af41f4acda85a49eb84faebea9f7eec1cd309f2a6ed97fca9b0b79a88b494ce
|
||||
checksum=3ff9af7393bbeed6f92b04ae3243e4be688037510d83145d5306c619eb90ae42
|
||||
|
||||
pre_build() {
|
||||
GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go
|
||||
|
@ -32,8 +33,8 @@ syncthing-relaysrv_package() {
|
|||
relaysrv_homedir="/var/lib/relaysrv"
|
||||
|
||||
make_dirs="
|
||||
/var/log/relaysrv 700 root root
|
||||
/var/lib/relaysrv 700 relaysrv relaysrv"
|
||||
/var/log/relaysrv 700 root root
|
||||
/var/lib/relaysrv 700 relaysrv relaysrv"
|
||||
|
||||
pkg_install() {
|
||||
vmove usr/bin/strelaysrv
|
||||
|
|
Loading…
Reference in a new issue