Skip to content

Commit c8c0b16

Browse files
committed
Bump bundled syncthing prerelease to v2.0.0-rc.21
1 parent 69a6007 commit c8c0b16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

syncthing/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>2.0.0-rc.16+1</string>
22+
<string>2.0.0-rc.21+1</string>
2323
<key>CFBundleVersion</key>
2424
<string>200000001</string>
2525
<key>LSApplicationCategoryType</key>

syncthing/Scripts/syncthing-resource.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33

44
# Download and unpack syncthing into ${PRODUCT_NAME}.app/Contents/Resources
5-
SYNCTHING_VERSION="2.0.0-rc.16"
5+
SYNCTHING_VERSION="2.0.0-rc.21"
66
SYNCTHING_DIST_URL="https://github.com/syncthing/syncthing/releases/download"
77
SYNCTHING_TARBALL_URL="${SYNCTHING_DIST_URL}/v${SYNCTHING_VERSION}/syncthing-macos-universal-v${SYNCTHING_VERSION}.zip"
88

0 commit comments

Comments
 (0)