From 24b844d1e71998d52725100db31234a02cf307d7 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 3 May 2015 13:39:40 +0200 Subject: [PATCH] syncthing: update to 0.11.2. --- srcpkgs/syncthing/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index bf33210910..456eb0d188 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,15 +1,15 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.11.1 +version=0.11.2 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" short_desc="Open Source Continuous File Synchronization" -maintainer="Duncan Overbruck " +maintainer="Duncaen " license="MPLv2" homepage="http://syncthing.net/" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=acd644ee8d1ba2568e901ce1dfc0973efb695d185868675e12d472a783c31825 +checksum=59784b57e54c2271f9d8d5544e03cbbb2413d41e72929f11e75ec46c0e4c4549 do_build() { goarch="${GOARCH}"