mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-03 14:01:38 +00:00
41 lines
1.6 KiB
JSON
41 lines
1.6 KiB
JSON
{
|
|
"version": "10.1.0",
|
|
"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.1.0/croc_v10.1.0_Windows-64bit.zip",
|
|
"hash": "5e396778b4dddc94afa030aa8cb23e4c2de4b9f2a9bc3a8ee5d43c0567c8c4eb"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/schollz/croc/releases/download/v10.1.0/croc_v10.1.0_Windows-32bit.zip",
|
|
"hash": "e1d7927c9f4b7bc9e5079ca22857b46ea5e39fd4d1fbe415ac24c12ec7b912f9"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/schollz/croc/releases/download/v10.1.0/croc_v10.1.0_Windows-ARM64.zip",
|
|
"hash": "4fe9718a0aeb5f9a05f662647a12781ea44b3640526615e62b389e76682a5d2f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|