From 9624d78fcf98b9788a21b55f23ad01fa3c2add41 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 2 Nov 2022 16:28:54 +0100 Subject: [PATCH] syncthing: update to 1.22.1. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index b4d2e740605..2807df8d99f 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.22.0 +version=1.22.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/${pkgname}/archive/v${version}.tar.gz" -checksum=5e68257fc0f188f978e146fc160075bcce80af54ed2202d036aa05ecc61c3e9e +checksum=f4695feb47c0c59e00a7e1ca458b52b2c07512ab4f404aee170b2d5ea57e0fec pre_build() { GOARCH= go generate \