From 05a03872da1abbb8cffa3121c871acf36ae76e56 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 5 Sep 2017 18:21:17 +0200 Subject: [PATCH] syncthing: update to 0.14.37. --- srcpkgs/syncthing/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 59bd2342869..7523cfe8a7b 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,7 +1,7 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.14.36 -revision=2 +version=0.14.37 +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=7373d1fee983529c2988f92b4137c32899d4c8233bc052df88fecf92c34d9fbd +checksum=8bd8f8d05116f0384f1e5eb9326f4c1af5e3da38cb36557b92d98c10c5edb428 pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go