From f2b5bfbe6d0b62f0ac6f5b42fc21e9308ef7ebc0 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 4 Oct 2023 15:58:44 +0200 Subject: [PATCH] syncthing: update to 1.25.0. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index bef01eb1a45..50334b0afbd 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.24.0 +version=1.25.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=75734e6f75395d9d4f5c27a415753b372d5aad5fb9ff08d3a6b50df4b0626133 +checksum=25948ff788d98b74672b8fdb67a414b96d7a28cf9c48a52b32213dbc34d6bb65 pre_build() { GOARCH= go generate \