2024-09-02 00:33:48 +00:00

41 lines
1.6 KiB
JSON

{
"version": "10.0.12",
"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/v10.0.12/croc_v10.0.12_Windows-64bit.zip",
"hash": "652cd03e4806b4ef2c9c43a4470038b3755e48f12e338240039fffc236206b3a"
},
"32bit": {
"url": "https://github.com/schollz/croc/releases/download/v10.0.12/croc_v10.0.12_Windows-32bit.zip",
"hash": "42400956a3ac63b6a18ed2eba9c0573264fa807e56cddf89288d7b5a979da40d"
},
"arm64": {
"url": "https://github.com/schollz/croc/releases/download/v10.0.12/croc_v10.0.12_Windows-ARM64.zip",
"hash": "f5386ae6aeb78ee1b1b68356a254ed54dada23a2686834db4f6f432d34c82c91"
}
},
"bin": "croc.exe",
"checkver": {
"github": "https://github.com/schollz/croc"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/schollz/croc/releases/download/v$version/croc_v$version_Windows-64bit.zip"
},
"32bit": {
"url": "https://github.com/schollz/croc/releases/download/v$version/croc_v$version_Windows-32bit.zip"
},
"arm64": {
"url": "https://github.com/schollz/croc/releases/download/v$version/croc_v$version_Windows-ARM64.zip"
}
},
"hash": {
"url": "$baseurl/croc_v$version_checksums.txt"
}
}
}