From 275909fab4ec9276fa5f9871fb7cbf620df3a4c9 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Thu, 14 Jan 2016 00:37:49 +0100 Subject: [PATCH] syncthing: update to 0.12.13. --- srcpkgs/syncthing/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 8c018556d2..d402a4b2d7 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,7 +1,7 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.12.12 -revision=2 +version=0.12.13 +revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" short_desc="Open Source Continuous File Synchronization" @@ -9,7 +9,7 @@ maintainer="Duncaen " license="MPLv2" homepage="http://syncthing.net/" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=66de227e66f615e5b72b021f61f5c98f46f94a1152f8742cbe614b4a35556814 +checksum=82194b89d989e775b59834a352dcbfb3a841b1d76569bd2efcf9b7524a6dc696 do_build() { goarch="${GOARCH}"