From f2afa1a6cf688f2041bf5d9f3f27f669bda23485 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 11 Dec 2023 16:53:23 +0100 Subject: [PATCH] syncthing: update to 1.27.1. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index aa7910bd9c1..4d8e656f465 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.27.0 +version=1.27.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/syncthing/archive/v${version}.tar.gz" -checksum=9a6397be7ff6a6a47c9b2bd7a4d0d719474dd48aea7c2dc65146774ecc525dc6 +checksum=e91671a8291a6d83264f1d1ed731fb6041b25d7259400e5f71cb2d241a48e6a4 pre_build() { GOARCH= go generate \