From 80420d14d92d47f239423277e377806e3c9dd4cd Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 13 Jul 2015 11:38:39 +0200 Subject: [PATCH] syncthing: update to 0.11.14. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index ce63a67f1a7..77e60ba7f1c 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.11.13 +version=0.11.14 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=dae242d1210a4cdc21dc624a7abec324b8634c07d673059662ffb795c8405671 +checksum=93c79111178505255ceb68e796a1f8f35084170cdb924bdb99569fc16485caa1 do_build() { goarch="${GOARCH}"