From 919295d6d54ad2c75bb6bf0d22fd110bd10412f5 Mon Sep 17 00:00:00 2001 From: Maksim Bronsky Date: Mon, 31 Jul 2017 23:04:58 +0200 Subject: [PATCH] fixes hashes for syncthing 0.14.33 --- syncthing.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syncthing.json b/syncthing.json index 4cbd39c2f4..41ed4ed62a 100644 --- a/syncthing.json +++ b/syncthing.json @@ -5,12 +5,12 @@ "architecture": { "64bit": { "url": "https://github.com/syncthing/syncthing/releases/download/v0.14.33/syncthing-windows-amd64-v0.14.33.zip", - "hash": "08fae502ac52106d32dbcb8b3799f41e7d4749f277cdc6981ffa85ebd4a7ea0b", + "hash": "6646ded1675e4162e88826bf0105c31c72cd9222913addab6a6ebbecd428c5bb", "extract_dir": "syncthing-windows-amd64-v0.14.33" }, "32bit": { "url": "https://github.com/syncthing/syncthing/releases/download/v0.14.33/syncthing-windows-386-v0.14.33.zip", - "hash": "11d2f43fa0aa47836cb29dc1db21fffc5823d17a77447e9484cbe5ad593d8b84", + "hash": "d12df8e15e721160c999154cbbcec53cef0b7c7103a558ebbf96c4e59e306d53", "extract_dir": "syncthing-windows-386-v0.14.33" } },