syncthing: Update to version 1.1.3

This commit is contained in:
Richard Kuhnt 2019-05-08 16:00:23 +00:00
parent be5020ea68
commit 67f4b79ec4

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.2", "version": "1.1.3",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v1.1.2/syncthing-windows-amd64-v1.1.2.zip", "url": "https://github.com/syncthing/syncthing/releases/download/v1.1.3/syncthing-windows-amd64-v1.1.3.zip",
"hash": "10ded8105254297f31db4c02d709a9db844415cfba19e44c47b8ae2933815ff0", "hash": "869268450220ea3ab29aaf8e244d8c7090f2223aa5433f27588bbcad9363acaa",
"extract_dir": "syncthing-windows-amd64-v1.1.2" "extract_dir": "syncthing-windows-amd64-v1.1.3"
}, },
"32bit": { "32bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v1.1.2/syncthing-windows-386-v1.1.2.zip", "url": "https://github.com/syncthing/syncthing/releases/download/v1.1.3/syncthing-windows-386-v1.1.3.zip",
"hash": "1e8747347973b663f4a6bebb10b97215b5972c32c496f3e1aff967e342235b2e", "hash": "750b472eddc5d8bd3cd25e79458d2d17e7c61b4eb89a684f938c382567677afb",
"extract_dir": "syncthing-windows-386-v1.1.2" "extract_dir": "syncthing-windows-386-v1.1.3"
} }
}, },
"bin": "syncthing.exe", "bin": "syncthing.exe",