2024-05-25 04:26:51 +00:00

41 lines
1.6 KiB
JSON

{
"version": "10.0.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/v10.0.3/croc_v10.0.3_Windows-64bit.zip",
"hash": "100124ed2b91f4b7b543dccfed2277eea2938a4e9be794a3b58c0dca853ed8bb"
},
"32bit": {
"url": "https://github.com/schollz/croc/releases/download/v10.0.3/croc_v10.0.3_Windows-32bit.zip",
"hash": "3bee11d694a1111b89f5fdb89af0479ef294819122cb592bc7388af31a153e8c"
},
"arm64": {
"url": "https://github.com/schollz/croc/releases/download/v10.0.3/croc_v10.0.3_Windows-ARM64.zip",
"hash": "12a055ad3d2d314199a426203682d274f3b8986cfa18115f79b26d0cbec8e408"
}
},
"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"
}
}
}