2024-07-08 00:34:04 +00:00

41 lines
1.6 KiB
JSON

{
"version": "10.0.10",
"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.10/croc_v10.0.10_Windows-64bit.zip",
"hash": "724c9d8f3e2a04d5ff2829091988e14ab528f457416b7630f72d21dd28234acd"
},
"32bit": {
"url": "https://github.com/schollz/croc/releases/download/v10.0.10/croc_v10.0.10_Windows-32bit.zip",
"hash": "5ebaf4c03c0431e523fe8f920a9d442ad59e2154fc76553ebe17c498300d8ba7"
},
"arm64": {
"url": "https://github.com/schollz/croc/releases/download/v10.0.10/croc_v10.0.10_Windows-ARM64.zip",
"hash": "816f28da9d4edd0a9053d7e7d231b6e60bd594d926bb885d1231f67cd3aead46"
}
},
"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"
}
}
}