From 57172b8a0bc081a3d23bdf545825679398b31171 Mon Sep 17 00:00:00 2001 From: UsernameRandomlyGenerated Date: Sat, 5 Mar 2022 12:38:42 +0100 Subject: [PATCH] syncthing: update to 1.19.1. --- srcpkgs/syncthing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index d0792f1961fd..091907df8167 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,6 +1,6 @@ # Template file for 'syncthing' pkgname=syncthing -version=1.19.0 +version=1.19.1 revision=1 build_style=go go_import_path="github.com/syncthing/syncthing" @@ -17,7 +17,7 @@ license="MPL-2.0" homepage="http://syncthing.net/" changelog="https://github.com/syncthing/syncthing/releases" distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz" -checksum=9d7f020ee151512b5a121c08e2b07f7a2ce5bd4a749ca91e60803d21eb1aca02 +checksum=46319031c0805374baa382ee2b21290fb9dc595b70e905b97eb9a5643a78edc4 pre_build() { GOARCH= go generate \