From 2e9e7e1e27d83f5ca559dca7f0f55e168af9f25f Mon Sep 17 00:00:00 2001 From: lemmi Date: Tue, 30 Jun 2015 12:53:07 +0200 Subject: [PATCH] syncthing: update to 0.11.11. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index c7b34fc81a3..fe095cd7b22 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.11.10 +version=0.11.11 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=09356f5a4d3f7f37e96a56c0a2bb113563d821133094a9797876264214143892 +checksum=ed5606305c7f365dffc364b1f72a9a521a99341ddc0cfa75e89430a7558da779 do_build() { goarch="${GOARCH}"