From 3cb6f11466d672ca9312225fa3c3b076ab4800e1 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Fri, 15 May 2015 15:41:07 +0200 Subject: [PATCH] syncthing: update to 0.11.5. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index c377cc7f1e1..e572cb54efe 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.11.4 +version=0.11.5 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=f4dbc3d24ec2d1bdf302c994c1e088b2129791522a25122710fb427d2a19387e +checksum=59dd89ea64f51cc5481e59d7849dc6616286b9dbff5ac3724adc119592e09144 do_build() { goarch="${GOARCH}"