syncthing: Update to version 1.1.4

This commit is contained in:
Richard Kuhnt 2019-06-04 06:02:05 +00:00
parent 295a6a55c1
commit 82df01ce49

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://syncthing.net/", "homepage": "https://syncthing.net/",
"license": "MPL-2.0", "license": "MPL-2.0",
"version": "1.1.3", "version": "1.1.4",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v1.1.3/syncthing-windows-amd64-v1.1.3.zip", "url": "https://github.com/syncthing/syncthing/releases/download/v1.1.4/syncthing-windows-amd64-v1.1.4.zip",
"hash": "869268450220ea3ab29aaf8e244d8c7090f2223aa5433f27588bbcad9363acaa", "hash": "d23830f3ba75e2a1764bc1cd4a6b70f7b5b01ae121d543f22305bcb9dfa403d6",
"extract_dir": "syncthing-windows-amd64-v1.1.3" "extract_dir": "syncthing-windows-amd64-v1.1.4"
}, },
"32bit": { "32bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v1.1.3/syncthing-windows-386-v1.1.3.zip", "url": "https://github.com/syncthing/syncthing/releases/download/v1.1.4/syncthing-windows-386-v1.1.4.zip",
"hash": "750b472eddc5d8bd3cd25e79458d2d17e7c61b4eb89a684f938c382567677afb", "hash": "6d0312253a1fe59a723c789c5f4c378ab69757725334351f5e6c243b1c3c3827",
"extract_dir": "syncthing-windows-386-v1.1.3" "extract_dir": "syncthing-windows-386-v1.1.4"
} }
}, },
"bin": "syncthing.exe", "bin": "syncthing.exe",