From eea603244291459ee251d2b31217897514cd47b7 Mon Sep 17 00:00:00 2001 From: Jerry Jacobs Date: Tue, 6 Sep 2016 22:12:40 +0200 Subject: [PATCH] Update syncthing to 0.14.6 --- syncthing/Info.plist | 6 +++--- syncthing/Scripts/syncthing-resource.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/syncthing/Info.plist b/syncthing/Info.plist index 32127aa..2b6a172 100644 --- a/syncthing/Info.plist +++ b/syncthing/Info.plist @@ -19,9 +19,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.14.5 + 0.14.6 CFBundleVersion - 140500 + 140600 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion @@ -46,6 +46,6 @@ SUFeedURL https://xor-gate.github.io/syncthing-macosx/appcast.xml SUScheduledCheckInterval - 3600 + 86400 diff --git a/syncthing/Scripts/syncthing-resource.sh b/syncthing/Scripts/syncthing-resource.sh index 15d9cd2..6603e7e 100755 --- a/syncthing/Scripts/syncthing-resource.sh +++ b/syncthing/Scripts/syncthing-resource.sh @@ -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"