From be6521611ab0803981ac5bb18a8b09556d007b7f Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 25 Apr 2017 17:45:52 +0200 Subject: [PATCH] syncthing: update to 0.14.27. --- srcpkgs/syncthing/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 38a3c12ee3c..54e806c335e 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,7 +1,7 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.14.26 -revision=2 +version=0.14.27 +revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" go_package="${go_import_path}/cmd/strelaysrv ${go_import_path}/cmd/syncthing" @@ -12,7 +12,7 @@ maintainer="Duncaen " license="MPLv2" homepage="http://syncthing.net/" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=8d26b48834df9aaae83aa9cb1187ab053a020393e901658ba6c5fded3c578ee2 +checksum=27051df042b73df7cbee590a56a75931a63e228dcd5c044d0950e14b46730d64 pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go