From be5e2f8f0d0501cd586328928977ba88bfa4a452 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 11 Jul 2017 22:42:24 +0200 Subject: [PATCH] syncthing: update to 0.14.32. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 2a5e4c4a98..854840bfd8 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.14.31 +version=0.14.32 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=4d11b5d7a2f51eada9768f552ecc828082f7c062d549b915b795dfcc25af30ce +checksum=d5b5d5bcb1b13f47d7889d9dbe7e13fed6080750fb4a93241a7fb7cf6324a463 pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go