From a35397984f692876d16c9657e32be27dbabbe3ff Mon Sep 17 00:00:00 2001 From: Sean McAvoy <seanmcavoy@gmail.com> Date: Wed, 2 Nov 2022 22:44:19 -0400 Subject: [PATCH] community/syncthing: update to 1.22.1 --- community/syncthing/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/syncthing/APKBUILD b/community/syncthing/APKBUILD index b3bfb15cdffe..bf4b92cdb3a4 100644 --- a/community/syncthing/APKBUILD +++ b/community/syncthing/APKBUILD @@ -3,8 +3,8 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=syncthing -pkgver=1.22.0 -pkgrel=1 +pkgver=1.22.1 +pkgrel=0 pkgdesc="Open Source Continuous File Synchronization" options="chmod-clean" url="https://syncthing.net/" @@ -74,7 +74,7 @@ utils() { } sha512sums=" -151119ad526e4c9cddb6889449c43fcc7f91dd3c4bd44cb5e4f40839c55202d8fcd8dff9212e4f0fdf0176c97dfe904d3cf68fdd7c609942344a13f534652c0d syncthing-1.22.0.tar.gz +6f1f83f489bc6e155fef4ed6e876d2afe63f1b6233c324a0fe77702118df11c4b8d3c61e11dbff79ead8f0d12a4abe3af9fa7659dd72ba2c83fee2f524d7a780 syncthing-1.22.1.tar.gz 81bcb6b2e0956624b596201d1de24a3b6fcb10d08761f2c426081350b611295a7f4d47775d175f2ee5dbbb289b98bc022389fc9992f0d31bcdbfde855ceafaf8 only-test-with-race-when-provided.patch 7fe49210180827c28f3ee9a1a95da3884dbef34de9bdc643f4455c9a056adba81f16c1c6ac059e83bee360aea091ace98b8a6f4c4b26a32c450f61f15206d3f5 syncthing.initd " -- GitLab