From c5080cb0e2828dd4cfe06cad7fade4966c3af0eb Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 3 Oct 2015 19:49:32 +0200 Subject: [PATCH] syncthing: update to 0.11.26. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index cd12ebf79db..ff2f33b313d 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.11.25 +version=0.11.26 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=c91a0d5b4106fe78447a0c7df86d7c4efc98a3e968b80a58984afaab004bbebf +checksum=d2cc72d5711c5a7d25c32951bd11680ad7d9530c2183de240287f07fe9e80ac2 do_build() { goarch="${GOARCH}"