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:
Aliaksandr Belik 2024-03-12 15:49:03 +03:00 committed by GitHub
parent d42553e7d4
commit 2919dbdc23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,20 +1,20 @@
{ {
"version": "9.6.6", "version": "9.6.14",
"description": "Easily and securely send things from one computer to another.", "description": "Easily and securely send things from one computer to another.",
"homepage": "https://schollz.com/software/croc6", "homepage": "https://schollz.com/software/croc6",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/schollz/croc/releases/download/v9.6.6/croc_9.6.6_Windows-64bit.zip", "url": "https://github.com/schollz/croc/releases/download/v9.6.14/croc_v9.6.14_Windows-64bit.zip",
"hash": "6af6182187163a88c630ce7b1eeb3ef166d84644225fd2cee502795f67c90e90" "hash": "fbf6d5a9247b3b94aa1cac4544b494e778d9aba337bb9f565d55564f9370d673"
}, },
"32bit": { "32bit": {
"url": "https://github.com/schollz/croc/releases/download/v9.6.6/croc_9.6.6_Windows-32bit.zip", "url": "https://github.com/schollz/croc/releases/download/v9.6.14/croc_v9.6.14_Windows-32bit.zip",
"hash": "042a49b4762e577ffb72b4bf502097898ceb47f8054fcd0a9d5636396680a7d9" "hash": "613c22eb4de89dfd04743ddfde15fd5200d086381928a51bb44857be9632ae14"
}, },
"arm64": { "arm64": {
"url": "https://github.com/schollz/croc/releases/download/v9.6.6/croc_9.6.6_Windows-ARM64.zip", "url": "https://github.com/schollz/croc/releases/download/v9.6.14/croc_v9.6.14_Windows-ARM64.zip",
"hash": "f7f47fdc306c7dbaf93c4a6efc14ae0e95b27da464581b1a3d373a06b79b482e" "hash": "ffcc4f73c47f5ba3fc2ee06f0365ad73c6766d2b32451a57fe580ffea5ff05c5"
} }
}, },
"bin": "croc.exe", "bin": "croc.exe",
@ -24,17 +24,17 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "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": { "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": { "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": { "hash": {
"url": "$baseurl/croc_$version_checksums.txt" "url": "$baseurl/croc_v$version_checksums.txt"
} }
} }
} }