mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-03 05:51:19 +00:00
* croc: Update to version 9.6.9, fix autoupdate, remove arm64 option * croc: Update to version 9.6.11, bring arm64 version back * croc: Update to version 9.6.14 --------- Co-authored-by: tech189 <dlloyd189@gmail.com>
41 lines
1.6 KiB
JSON
41 lines
1.6 KiB
JSON
{
|
|
"version": "9.6.14",
|
|
"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/v9.6.14/croc_v9.6.14_Windows-64bit.zip",
|
|
"hash": "fbf6d5a9247b3b94aa1cac4544b494e778d9aba337bb9f565d55564f9370d673"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/schollz/croc/releases/download/v9.6.14/croc_v9.6.14_Windows-32bit.zip",
|
|
"hash": "613c22eb4de89dfd04743ddfde15fd5200d086381928a51bb44857be9632ae14"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/schollz/croc/releases/download/v9.6.14/croc_v9.6.14_Windows-ARM64.zip",
|
|
"hash": "ffcc4f73c47f5ba3fc2ee06f0365ad73c6766d2b32451a57fe580ffea5ff05c5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|