From ea160e2a2f0455f2f23285c4c85a15d547c66425 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 13 Jul 2015 14:36:46 +0200 Subject: [PATCH] syncthing: fix checksum --- srcpkgs/syncthing/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index e62615f868d..7ffdbd91c73 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -9,7 +9,7 @@ maintainer="Duncaen " license="MPLv2" homepage="http://syncthing.net/" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum= +checksum=a2ba56227ea8e8d5fb87b9be357c3cbf534ada9106e57bde321530138457aac3 do_build() { goarch="${GOARCH}"