From 150c5a9ae37f3d3eb59a71eafc3f59770e0e235d Mon Sep 17 00:00:00 2001 From: Duncaen Date: Thu, 15 Jun 2017 18:05:06 +0200 Subject: [PATCH] syncthing: update to 0.14.30. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 72748541c4e..8fd2fdd3afd 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.14.29 +version=0.14.30 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=99002701279abedace88283b1381ff7850b6c20df62ae119b271ffd89716fcfd +checksum=e3f03ad6421e8832ea1b0f3363490e2eefb241e037016e5c87e72c20a8995a57 pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go