mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 21:14:24 +00:00
41 lines
1.6 KiB
JSON
41 lines
1.6 KiB
JSON
{
|
|
"version": "10.1.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.1.1/croc_v10.1.1_Windows-64bit.zip",
|
|
"hash": "a3441775e9833939a238c5b13fe8564b225ef0def7983fc9ef1746e48f3f82ed"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/schollz/croc/releases/download/v10.1.1/croc_v10.1.1_Windows-32bit.zip",
|
|
"hash": "ac28dbde92097b0e44afe3b47438c963845d65fa88aed27136ebca38870adda5"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/schollz/croc/releases/download/v10.1.1/croc_v10.1.1_Windows-ARM64.zip",
|
|
"hash": "bfda2d9bd0610c660bc86497f79ce1e0fba9925e4e04bc1da9d19e01e74986fa"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|