2019-11-17 22:00:23 +00:00

34 lines
1.2 KiB
JSON

{
"version": "6.2.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/v6.2.3/croc_6.2.3_Windows-64bit.zip",
"hash": "61a7a130461228db2eb15c22ab26b65a040257f63513e5d3d6289711272153d4"
},
"32bit": {
"url": "https://github.com/schollz/croc/releases/download/v6.2.3/croc_6.2.3_Windows-32bit.zip",
"hash": "bddd762d4bb8a3e3f8d05d128ab78c3b61290ce7c9e779efe1962011e2e84842"
}
},
"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"
}
}
}