mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 03:35:14 +00:00
41 lines
1.6 KiB
JSON
41 lines
1.6 KiB
JSON
{
|
|
"version": "10.0.5",
|
|
"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.5/croc_v10.0.5_Windows-64bit.zip",
|
|
"hash": "f3a5efebc03c5dfa24ad22442904d45f7cc4e25ab925fdaf9ed774360142245f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/schollz/croc/releases/download/v10.0.5/croc_v10.0.5_Windows-32bit.zip",
|
|
"hash": "c34baf9592fc2201d002dadfc7c0bfedca6ddef08532f458c57d7c9026011f1a"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/schollz/croc/releases/download/v10.0.5/croc_v10.0.5_Windows-ARM64.zip",
|
|
"hash": "7dcc14ef3e24b88511233d2ddc7e8a637ed023644a9e03d5416eba0925fa9131"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|