mirror of
https://github.com/syncthing/syncthing-macos.git
synced 2026-05-17 12:00:37 +00:00
Bump bundled Syncthing to v1.29.6
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.29.2-2</string>
|
||||
<string>1.29.6-1</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>102900202</string>
|
||||
<string>102900601</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.utilities</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
set -euo pipefail
|
||||
|
||||
# Download and unpack syncthing into ${PRODUCT_NAME}.app/Contents/Resources
|
||||
SYNCTHING_VERSION="1.29.2"
|
||||
SYNCTHING_VERSION="1.29.6"
|
||||
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user