From 9c74f4729d9a464c378191b3302ccaedbd5477b2 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Thu, 1 Jun 2017 20:32:45 +0200 Subject: [PATCH] syncthing: update to 0.14.29. --- srcpkgs/syncthing/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 82fcb429550..72748541c4e 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,7 +1,7 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.14.28 -revision=2 +version=0.14.29 +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=ef0a9916f82cf99e31deb5ae75127b8440abcb3b293c30c0c72d3a4ffb3d3d20 +checksum=99002701279abedace88283b1381ff7850b6c20df62ae119b271ffd89716fcfd pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go