From 836fa2e043cc85e42743b2d0f230f7aee1064eff Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 6 Nov 2023 19:49:49 +0100 Subject: [PATCH] syncthing: update to 1.26.0. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 50334b0afbd..44afb5f359e 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.25.0 +version=1.26.0 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=25948ff788d98b74672b8fdb67a414b96d7a28cf9c48a52b32213dbc34d6bb65 +checksum=d454be5e6e0aa8fa86817c46c0a80685027f9bee6ca5000292ea4ad4115fed67 pre_build() { GOARCH= go generate \