From 7efa7fd1f9f61eb0dfec2c54a6321f63a8e877ad Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 6 Jul 2022 17:50:17 +0200 Subject: [PATCH] syncthing: update to 1.20.3. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 291724cf0f5..ea9f627b49b 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.20.2 +version=1.20.3 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" @@ -16,7 +16,7 @@ license="MPL-2.0" homepage="https://syncthing.net/" changelog="https://github.com/syncthing/syncthing/releases" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=6733ae6947497ace959c56f7c491b785ec058c8592cfd9824bc37125d1f342d9 +checksum=2a00c4a4ed64f10221c01809eddbe3bac45a1b0b735c02c6702876ef77b8a702 pre_build() { GOARCH= go generate \