From 1f765be25f2aef53d34f2664346fb7e9c5fea961 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 31 May 2015 10:22:33 +0200 Subject: [PATCH] syncthing: update to 0.11.7. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 15f6f6a58f6..d53afc23172 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.11.6 +version=0.11.7 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=f9a5702f56d25ca9086cf29fc408924c9f881c18d652a2f931668ecfa962e963 +checksum=467a511b35046da90ed4416210222339a59539cf463fd72149f6f40fe6953340 do_build() { goarch="${GOARCH}"