From a1618339163c0ffe72f116830b1fb13ae9bd698b Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 4 Jul 2023 15:31:33 +0200 Subject: [PATCH] syncthing: update to 1.23.6. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 1c704f3d6eed86..9a5f43c414899b 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.23.5 +version=1.23.6 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=d87f02b3e970c0f08c59166851b40ee5c647efcb2d70b5f0410416987cd42294 +checksum=8b4d127c6893375165bbbc31865735b7cccc99e1bb019f6dab7a6020ba6b621b pre_build() { GOARCH= go generate \