syncthing: Update to version 1.2.0

This commit is contained in:
Richard Kuhnt 2019-07-09 07:00:17 +00:00
parent 66e81a706c
commit 0a9ffa9c78

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.4", "version": "1.2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v1.1.4/syncthing-windows-amd64-v1.1.4.zip", "url": "https://github.com/syncthing/syncthing/releases/download/v1.2.0/syncthing-windows-amd64-v1.2.0.zip",
"hash": "d23830f3ba75e2a1764bc1cd4a6b70f7b5b01ae121d543f22305bcb9dfa403d6", "hash": "d6513b45447e7df671fae67dd42b69ed1f2689c0c5856db427c6a4f31af5a1a0",
"extract_dir": "syncthing-windows-amd64-v1.1.4" "extract_dir": "syncthing-windows-amd64-v1.2.0"
}, },
"32bit": { "32bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v1.1.4/syncthing-windows-386-v1.1.4.zip", "url": "https://github.com/syncthing/syncthing/releases/download/v1.2.0/syncthing-windows-386-v1.2.0.zip",
"hash": "6d0312253a1fe59a723c789c5f4c378ab69757725334351f5e6c243b1c3c3827", "hash": "914dc5a867059fdb1b01001c28d6af488276639070356e53f5671115167ab7f0",
"extract_dir": "syncthing-windows-386-v1.1.4" "extract_dir": "syncthing-windows-386-v1.2.0"
} }
}, },
"bin": "syncthing.exe", "bin": "syncthing.exe",