Bundle syncthing v1.14.0

This commit is contained in:
Jerry Jacobs
2021-03-03 19:07:24 +01:00
parent db13918307
commit 49aa5631ee
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.13.1-1</string>
<string>1.14.0-1</string>
<key>CFBundleVersion</key>
<string>101300101</string>
<string>101400001</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
+1 -1
View File
@@ -2,7 +2,7 @@
set -euo pipefail
# Download and unpack syncthing into ${PRODUCT_NAME}.app/Contents/Resources
SYNCTHING_VERSION="1.13.1"
SYNCTHING_VERSION="1.14.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"