Skip to content

Commit

Permalink
Update syncthing to 0.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xor-gate committed Sep 6, 2016
1 parent e417679 commit eea6032
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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>0.14.5</string>
<string>0.14.6</string>
<key>CFBundleVersion</key>
<string>140500</string>
<string>140600</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand All @@ -46,6 +46,6 @@
<key>SUFeedURL</key>
<string>https://xor-gate.github.io/syncthing-macosx/appcast.xml</string>
<key>SUScheduledCheckInterval</key>
<integer>3600</integer>
<integer>86400</integer>
</dict>
</plist>
2 changes: 1 addition & 1 deletion syncthing/Scripts/syncthing-resource.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euo pipefail

# Download and unpack syncthing into ${PRODUCT_NAME}.app/Contents/Resources
SYNCTHING_ARCH="amd64"
SYNCTHING_VERSION="0.14.5"
SYNCTHING_VERSION="0.14.6"
SYNCTHING_DIST_URL="https://github.com/syncthing/syncthing/releases/download"
SYNCTHING_TARBALL_URL="${SYNCTHING_DIST_URL}/v${SYNCTHING_VERSION}/syncthing-macosx-${SYNCTHING_ARCH}-v${SYNCTHING_VERSION}.tar.gz"

Expand Down

0 comments on commit eea6032

Please sign in to comment.