2022-02-23 16:31:40 +00:00

34 lines
1.2 KiB
JSON

{
"version": "9.5.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/v9.5.2/croc_9.5.2_Windows-64bit.zip",
"hash": "24a32b469471cbf4a864ae4b2ca6c7f11168cde6fb27511e938cd61e0bdc9b20"
},
"32bit": {
"url": "https://github.com/schollz/croc/releases/download/v9.5.2/croc_9.5.2_Windows-32bit.zip",
"hash": "07e3b621d575b4fc1af8ee0bf2f7f6c756bdf62dec92e54b525d4c3b46601146"
}
},
"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"
}
}
}