2020-09-01 08:51:19 +02:00

34 lines
1.2 KiB
JSON

{
"version": "8.1.3",
"description": "Easily and securely send things from one computer to another.",
"homepage": "https://schollz.com/software/croc6",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/schollz/croc/releases/download/v8.1.3/croc_8.1.3_Windows-64bit.zip",
"hash": "e78877dde2f876be371e4734ca42632e51362a7ee42e97f1c7a15199b34e46f5"
},
"32bit": {
"url": "https://github.com/schollz/croc/releases/download/v8.1.3/croc_8.1.3_Windows-32bit.zip",
"hash": "9d956db64ed7ec9cc697366834a6132139e73b2d1ef5c4feb261a42670fd9a8e"
}
},
"bin": "croc.exe",
"checkver": {
"github": "https://github.com/schollz/croc"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/schollz/croc/releases/download/v$version/croc_$version_Windows-64bit.zip"
},
"32bit": {
"url": "https://github.com/schollz/croc/releases/download/v$version/croc_$version_Windows-32bit.zip"
}
},
"hash": {
"url": "$baseurl/croc_$version_checksums.txt"
}
}
}