From 7470a0feafc5d437e2db0365f9b9bbec133b00b9 Mon Sep 17 00:00:00 2001 From: Jerry Jacobs Date: Tue, 13 Sep 2022 06:41:44 +0200 Subject: [PATCH] Update bundled syncthing to v1.21.0 --- 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 f34c23e..70f7086 100644 --- a/syncthing/Info.plist +++ b/syncthing/Info.plist @@ -19,9 +19,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.20.4-1 + 1.21.0-1 CFBundleVersion - 102000401 + 102100001 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/syncthing/Scripts/syncthing-resource.sh b/syncthing/Scripts/syncthing-resource.sh index d18a616..c799280 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.20.4" +SYNCTHING_VERSION="1.21.0" 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"