mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-28 14:24:44 +00:00
41 lines
1.6 KiB
JSON
41 lines
1.6 KiB
JSON
{
|
|
"version": "10.0.1",
|
|
"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.1/croc_v10.0.1_Windows-64bit.zip",
|
|
"hash": "2e10cf80bbb7ec22517e52250278a3b4a74c7f516650cf077ef40d98efe6b12d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/schollz/croc/releases/download/v10.0.1/croc_v10.0.1_Windows-32bit.zip",
|
|
"hash": "9d78c980708ccbdc9824c1736e0fecb9780238ad138ef5a7f88371c12d990c57"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/schollz/croc/releases/download/v10.0.1/croc_v10.0.1_Windows-ARM64.zip",
|
|
"hash": "b880a1c60980ac7564d31e3a8ccd1e1f58f98dc45754d073e072fda36399493b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|