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