From ea7b51961f09aa3f40efb455a7e5b4c8c053f9bb Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 14 Jul 2020 13:07:36 +0200 Subject: [PATCH] syncthing: update to 1.7.1. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index aec92e0bbb..acc4df3ecd 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.7.0 +version=1.7.1 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" @@ -18,7 +18,7 @@ license="MPL-2.0" homepage="http://syncthing.net/" changelog="https://github.com/syncthing/syncthing/releases" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=cbfcc1f8a2366c3d4432bc4e97eceb5a8c39913e68679aec467cb12f88e9bc58 +checksum=97c6471b7dd4f921756476682719037d5b7a8c594c0e542148706cdd2f3aa2d0 pre_build() { GOARCH= go generate \