From 48c9c0df0d291057e327054f66b52a8e30b6fff9 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 2 Aug 2022 13:21:08 +0200 Subject: [PATCH] syncthing: update to 1.20.4. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index ea9f627b49b..ef38f99c3ba 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.20.3 +version=1.20.4 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=2a00c4a4ed64f10221c01809eddbe3bac45a1b0b735c02c6702876ef77b8a702 +checksum=0a2a26188d30bcb92a14c7f795790df9f44157118248dc4c9faca42967ce7ce7 pre_build() { GOARCH= go generate \