From dbbd82945c08b922ff2282eb2dd8bc2c2acf4e10 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 10 May 2015 16:39:57 +0200 Subject: [PATCH] syncthing: update to 0.11.3. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 456eb0d1887..fa77248a526 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.11.2 +version=0.11.3 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=59784b57e54c2271f9d8d5544e03cbbb2413d41e72929f11e75ec46c0e4c4549 +checksum=be2a2931c234ab39189301fce15c303c6b94383181d0b4e573064af4c2896015 do_build() { goarch="${GOARCH}"