From 6031e4231bda683f1f5902ffb933de15b8c728e2 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 5 Dec 2017 16:35:41 +0100 Subject: [PATCH] syncthing: update to 0.14.41. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 3a6ebadc2e..107a75e951 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.14.40 +version=0.14.41 revision=1 build_style=go go_import_path="github.com/syncthing/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=b9820dceb472531f20ebd18ab53a66876970c9d78d22c93ff53c3c879363d6be +checksum=9c406897443465e03d3259df1dda10bd86e49ae4286f8c855d9f35e47026af2f pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go