From b5f453ab674f991c7543b2a6f38d7423c986ef15 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 22 Apr 2015 20:13:08 +0200 Subject: [PATCH] syncthing: update to 0.11.0. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 3958aa2890c..05562335d4e 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.10.30 +version=0.11.0 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" @@ -9,7 +9,7 @@ maintainer="Duncan Overbruck " license="MPLv2" homepage="http://syncthing.net/" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=0358f8b5edacebb0eacfad424e2fbca32587b0747c7f7060c63e961038289880 +checksum=665b15c7a925f692d6c351ad9054957a7bce4bd08fe7c1506c0716b60ed99886 do_build() { goarch="${GOARCH}"