2020-08-27 22:43:42 +02:00

34 lines
1.2 KiB
JSON

{
"version": "8.1.2",
"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.2/croc_8.1.2_Windows-64bit.zip",
"hash": "2ab4f1c238978b30b30688f6afeee4fbca4c5102f2efc68aac30446fcb8e12d1"
},
"32bit": {
"url": "https://github.com/schollz/croc/releases/download/v8.1.2/croc_8.1.2_Windows-32bit.zip",
"hash": "7b492d44709419262418d849da304b7cf1b4859316affcf0bdc4ed2b74c25f52"
}
},
"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"
}
}
}