mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
croc: Update to version 9.6.14 (#5513)
* 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>
This commit is contained in:
parent
d42553e7d4
commit
2919dbdc23
@ -1,20 +1,20 @@
|
||||
{
|
||||
"version": "9.6.6",
|
||||
"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.6/croc_9.6.6_Windows-64bit.zip",
|
||||
"hash": "6af6182187163a88c630ce7b1eeb3ef166d84644225fd2cee502795f67c90e90"
|
||||
"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.6/croc_9.6.6_Windows-32bit.zip",
|
||||
"hash": "042a49b4762e577ffb72b4bf502097898ceb47f8054fcd0a9d5636396680a7d9"
|
||||
"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.6/croc_9.6.6_Windows-ARM64.zip",
|
||||
"hash": "f7f47fdc306c7dbaf93c4a6efc14ae0e95b27da464581b1a3d373a06b79b482e"
|
||||
"url": "https://github.com/schollz/croc/releases/download/v9.6.14/croc_v9.6.14_Windows-ARM64.zip",
|
||||
"hash": "ffcc4f73c47f5ba3fc2ee06f0365ad73c6766d2b32451a57fe580ffea5ff05c5"
|
||||
}
|
||||
},
|
||||
"bin": "croc.exe",
|
||||
@ -24,17 +24,17 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/schollz/croc/releases/download/v$version/croc_$version_Windows-64bit.zip"
|
||||
"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_$version_Windows-32bit.zip"
|
||||
"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_$version_Windows-ARM64.zip"
|
||||
"url": "https://github.com/schollz/croc/releases/download/v$version/croc_v$version_Windows-ARM64.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$baseurl/croc_$version_checksums.txt"
|
||||
"url": "$baseurl/croc_v$version_checksums.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user