From f95cea1f0b9dc3f35c0e5c18b32e360f3d22e4ec Mon Sep 17 00:00:00 2001 From: Jerry Jacobs Date: Sun, 11 Jun 2023 19:28:43 +0200 Subject: [PATCH] Update bundled syncthing to v1.23.5 --- syncthing/Info.plist | 4 ++-- syncthing/Scripts/syncthing-resource.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/syncthing/Info.plist b/syncthing/Info.plist index f8e24b3..4b7a8ca 100644 --- a/syncthing/Info.plist +++ b/syncthing/Info.plist @@ -19,9 +19,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.23.4-1 + 1.23.5-1 CFBundleVersion - 102300401 + 102300501 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/syncthing/Scripts/syncthing-resource.sh b/syncthing/Scripts/syncthing-resource.sh index fd638b3..01e4b16 100755 --- a/syncthing/Scripts/syncthing-resource.sh +++ b/syncthing/Scripts/syncthing-resource.sh @@ -2,7 +2,7 @@ set -euo pipefail # Download and unpack syncthing into ${PRODUCT_NAME}.app/Contents/Resources -SYNCTHING_VERSION="1.23.4" +SYNCTHING_VERSION="1.23.5" SYNCTHING_DIST_URL="https://github.com/syncthing/syncthing/releases/download" SYNCTHING_TARBALL_URL="${SYNCTHING_DIST_URL}/v${SYNCTHING_VERSION}/syncthing-macos-universal-v${SYNCTHING_VERSION}.zip"