mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
41 lines
1.6 KiB
JSON
41 lines
1.6 KiB
JSON
{
|
|
"version": "10.0.13",
|
|
"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.13/croc_v10.0.13_Windows-64bit.zip",
|
|
"hash": "620f9ced645d3d28ce2f3c2442b1387ae4953f69fd9cb3304340da8f04be0ee5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/schollz/croc/releases/download/v10.0.13/croc_v10.0.13_Windows-32bit.zip",
|
|
"hash": "f71827d765947a4d4b19258a7351742a4bdc4d54f64d15141cd32bcb2e464b38"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/schollz/croc/releases/download/v10.0.13/croc_v10.0.13_Windows-ARM64.zip",
|
|
"hash": "41c5636a56d2d51ca0c97fce944b8f30e57fc450ac75a369c38724d61b2bbf07"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|