From 45dca28f92482141dd38eeb962fe4743f5889dd5 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 2 Aug 2015 15:15:17 +0200 Subject: [PATCH] syncthing: update to 0.11.18. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 0de716860ec..53f3a015cb1 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.11.17 +version=0.11.18 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=9b041b7d3b6bb9056d9f844dd8e1e90850919474af03445667836a28d9756796 +checksum=fd93392687e545e2b779d10754e24cd49ecbfc03cabaceac381b5a3e69693be6 do_build() { goarch="${GOARCH}"