From 191248253ef0e61f2570c23831979a5a3732d0b9 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 11 Sep 2018 18:36:54 +0200 Subject: [PATCH] syncthing: update to 0.14.50. --- srcpkgs/syncthing/template | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 766ed48f5a..a3c4816826 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -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 " -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