From 5e34d132a4d784373fb95d17b19a62fbaf75869f Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 7 Feb 2023 13:19:36 +0100 Subject: [PATCH] syncthing: update to 1.23.1. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 06fcc107917..d0e8b48205c 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.23.0 +version=1.23.1 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=3ac5002419d261b7d9352a621dbe20fada165372444824213b9d46910df7502e +checksum=2e1f1b146f18630a3dfa1480a333f39366d855dc6749fe23dc029a61f5fe4cd1 pre_build() { GOARCH= go generate \