syncthing: Update to version 1.0.0

This commit is contained in:
Richard Kuhnt 2019-01-01 09:00:23 +00:00
parent a8a2d14d15
commit 6fbc5be622

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://syncthing.net/", "homepage": "https://syncthing.net/",
"license": "MPL-2.0", "license": "MPL-2.0",
"version": "0.14.54", "version": "1.0.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v0.14.54/syncthing-windows-amd64-v0.14.54.zip", "url": "https://github.com/syncthing/syncthing/releases/download/v1.0.0/syncthing-windows-amd64-v1.0.0.zip",
"hash": "b8f6e9253f0e1e8b440a2ad50e5b8cfeff4966119ed5cd32ee727dbc5941239b", "hash": "13d0524ddd55af95616bcc30432132abf5a703d8880c60a041addc8d6e0615b8",
"extract_dir": "syncthing-windows-amd64-v0.14.54" "extract_dir": "syncthing-windows-amd64-v1.0.0"
}, },
"32bit": { "32bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v0.14.54/syncthing-windows-386-v0.14.54.zip", "url": "https://github.com/syncthing/syncthing/releases/download/v1.0.0/syncthing-windows-386-v1.0.0.zip",
"hash": "f61dae6382920c8160c81cae0e0bf8aa0ea63988b8592eb7a9e902c469446227", "hash": "5fa169e7566b9c165c77ec038c568cba7b35757604fbd6a55dba202c42f4bd84",
"extract_dir": "syncthing-windows-386-v0.14.54" "extract_dir": "syncthing-windows-386-v1.0.0"
} }
}, },
"bin": "syncthing.exe", "bin": "syncthing.exe",