From 88b07ef19ded0059c091272d713cc56ec8ed791d Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 26 Apr 2015 16:03:31 +0200 Subject: [PATCH] syncthing: update to 0.11.1. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 05562335d4e..bf33210910f 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.11.0 +version=0.11.1 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=665b15c7a925f692d6c351ad9054957a7bce4bd08fe7c1506c0716b60ed99886 +checksum=acd644ee8d1ba2568e901ce1dfc0973efb695d185868675e12d472a783c31825 do_build() { goarch="${GOARCH}"