From f406882b6f4d35ebd10f9b6665e18f1392b80aed Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 2 Jan 2024 19:30:40 +0100 Subject: [PATCH] syncthing: update to 1.27.2. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 4d8e656f465..0a631bff0b3 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.27.1 +version=1.27.2 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/syncthing/archive/v${version}.tar.gz" -checksum=e91671a8291a6d83264f1d1ed731fb6041b25d7259400e5f71cb2d241a48e6a4 +checksum=a22817aa73a2a7412196d7daa20c88738b3d02e6dfb0b69338d8646f6f36e400 pre_build() { GOARCH= go generate \