From 0dc662cdfbb49d90df3fca29d0f3f527aebad962 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 06:46:14 +0000 Subject: [PATCH] chore(deps): update dependency syncthing/syncthing to v1.27.10 --- installations/syncthing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installations/syncthing.sh b/installations/syncthing.sh index a6ccbc6a..53e926ca 100644 --- a/installations/syncthing.sh +++ b/installations/syncthing.sh @@ -4,7 +4,7 @@ set -o nounset -o pipefail -o errexit install() { # renovate: datasource=github-releases depName=syncthing/syncthing - local SYNCTHING_VERSION="v1.27.9" + local SYNCTHING_VERSION="v1.27.10" local SYNCTHING_RELEASE SYNCTHING_RELEASE="syncthing-$(normalized_os "macos")-$(normalized_arch "amd64" "arm" "arm64")-${SYNCTHING_VERSION}"