From 1984f69dac4fb83b48fc30e15080506cc155898c Mon Sep 17 00:00:00 2001 From: Duncaen Date: Fri, 4 Nov 2016 19:08:51 +0100 Subject: [PATCH] syncthing: update to 0.14.10. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 6057872caff..cf5520163c1 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.14.9 +version=0.14.10 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=c04350e66a88ec027daa0d72f9fea5815ac73dc8543c271fe2fa0b53657c5502 +checksum=abd0695f12a4bc1dbb9ac1c5f3a9caf7b20e3c2cdeee9ab3859d66df98070dce pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go