2019-11-20 01:00:18 +00:00

34 lines
1.2 KiB
JSON

{
"version": "6.4.5",
"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.4.5/croc_6.4.5_Windows-64bit.zip",
"hash": "ffa803ebf947f783c448cfdb3905e40c4a4dd5190a721e781d6473d0f4e8cf86"
},
"32bit": {
"url": "https://github.com/schollz/croc/releases/download/v6.4.5/croc_6.4.5_Windows-32bit.zip",
"hash": "7794218c97afff69acafedaf24657a901fc11227aaac55dd733fad1f552070cc"
}
},
"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"
}
}
}