From 935d459b15745155a3afc088c0a2ff2b2f3ee2fc Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 24 Jan 2016 15:50:35 +0100 Subject: [PATCH] syncthing: update to 0.12.16. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index f118a18c856..21060b1948b 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.12.15 +version=0.12.16 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=cc580de3397b04344e64b0c07223b66282465c906c238047f6863bb778a9913e +checksum=1bef3cdc5087568cdc287555cd8a76ebe39e889f8efc1512a8cee1a23ac2ef3b do_build() { goarch="${GOARCH}"