From 599c403dfe3f2ec117dada50325291e7a071f149 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 13 Dec 2015 14:01:50 +0100 Subject: [PATCH] syncthing: update to 0.12.8. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 25571b9b22..8197cb7ec6 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.12.7 +version=0.12.8 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=9b39507d6d18827859bbf8b6c56fdc19d8b1b75f9fafb340230ed8f604eb8f34 +checksum=d34aa2009bf6aa73c56519b79dad230faf7976bb8b7ba0591b65ed8aafb3cdb6 do_build() { goarch="${GOARCH}"