From b0a05eec6c0e158495032575d1e50c566e0cca1b Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 19 Jul 2015 15:38:34 +0200 Subject: [PATCH] syncthing: update to 0.11.16. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 7ffdbd91c7..fce3dac42e 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.11.15 +version=0.11.16 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" @@ -9,7 +9,7 @@ maintainer="Duncaen " license="MPLv2" homepage="http://syncthing.net/" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=a2ba56227ea8e8d5fb87b9be357c3cbf534ada9106e57bde321530138457aac3 +checksum=1a71bfd5849323adbcd71859d853b3c0e313e314997a569128eb2dd659d4d055 do_build() { goarch="${GOARCH}"