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