From dc90e0ed6a701ce2193e6b31ffc8b5818e253507 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 25 Jan 2017 16:30:59 +0100 Subject: [PATCH] syncthing: update to 0.14.21. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 8da62ae11f9..cc3b4d7a44a 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=0.14.20 +version=0.14.21 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" @@ -12,7 +12,7 @@ maintainer="Duncaen " license="MPLv2" homepage="http://syncthing.net/" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=368abc3341fe3d5820e8b718cb72acb2ffe8989d55bf453ee655abe4169aa6d0 +checksum=b46e67e16f64631b956b6724afd229876a1fee95c12dae4ae211d2623e35fdf6 pre_build() { GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go