Skip to content

Commit

Permalink
Bump bundled syncthing to v1.27.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xor-gate committed Jun 5, 2024
1 parent fab3d78 commit b6a1c9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/update-release.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from urllib.request import urlopen
from string import Template

distVersion = 2
distVersion = 1
latest_url = "https://api.github.com/repos/syncthing/syncthing/releases/latest"
infoPlist = 'syncthing/Info.plist'
infoPlistTmpl = 'syncthing/Info.plist.tmpl'
Expand Down
4 changes: 2 additions & 2 deletions syncthing/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.27.7-2</string>
<string>1.27.8-1</string>
<key>CFBundleVersion</key>
<string>102700702</string>
<string>102700801</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion syncthing/Scripts/syncthing-resource.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail

# Download and unpack syncthing into ${PRODUCT_NAME}.app/Contents/Resources
SYNCTHING_VERSION="1.27.7"
SYNCTHING_VERSION="1.27.8"
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"

Expand Down

0 comments on commit b6a1c9f

Please sign in to comment.