2022-04-07 16:31:46 +00:00

34 lines
1.2 KiB
JSON

{
"version": "9.5.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/v9.5.3/croc_9.5.3_Windows-64bit.zip",
"hash": "3fb5f731b6489fd3bd5f6f63b286f5080ca929027f284113f65f446ac8024fed"
},
"32bit": {
"url": "https://github.com/schollz/croc/releases/download/v9.5.3/croc_9.5.3_Windows-32bit.zip",
"hash": "ea4c733f7fc4107595e6ce5c257514960d2e1ee672372dc8169d3cb1c742c6c0"
}
},
"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"
}
}
}