From 3080a94e565341868bf21b6a0eba69187ffc6d4e Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 5 Dec 2023 15:28:35 +0100 Subject: [PATCH] syncthing: update to 1.27.0. --- srcpkgs/syncthing/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index c5f83352a9d..aa7910bd9c1 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.26.1 +version=1.27.0 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" @@ -15,8 +15,8 @@ maintainer="Duncaen " 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=fcb6933f0e6cd3825f40f59986ab19a1a9fdd3f1a65c0fad935c71a32bc441d5 +distfiles="https://github.com/syncthing/syncthing/archive/v${version}.tar.gz" +checksum=9a6397be7ff6a6a47c9b2bd7a4d0d719474dd48aea7c2dc65146774ecc525dc6 pre_build() { GOARCH= go generate \