vfox: Update to version 0.6.6

This commit is contained in:
github-actions[bot] 2025-04-29 12:32:41 +00:00
parent d024037e48
commit c2e72ba60f

View File

@ -1,5 +1,5 @@
{ {
"version": "0.6.5", "version": "0.6.6",
"description": "Manage multiple SDK versions with a single CLI tool, extendable via plugins", "description": "Manage multiple SDK versions with a single CLI tool, extendable via plugins",
"homepage": "https://vfox.lhan.me/", "homepage": "https://vfox.lhan.me/",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -9,19 +9,19 @@
], ],
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.6.5/vfox_0.6.5_windows_x86_64.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.6.6/vfox_0.6.6_windows_x86_64.zip",
"hash": "5bade1203387748567115695987678fbf4f6533349400516925586dfccf48068", "hash": "d920cdef4b9bc6f39804a3f57604a29fb9baae3c64d26497ace34138c2deb63e",
"extract_dir": "vfox_0.6.5_windows_x86_64" "extract_dir": "vfox_0.6.6_windows_x86_64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.6.5/vfox_0.6.5_windows_i386.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.6.6/vfox_0.6.6_windows_i386.zip",
"hash": "a750d0c274a8fd6b79f2c2c5caf1a8c0c6f538f708d1b9c7d995566562db6958", "hash": "a3675e29aa027f07ef360a97aecb41c6224487abb0439882897a6f6244c64764",
"extract_dir": "vfox_0.6.5_windows_i386" "extract_dir": "vfox_0.6.6_windows_i386"
}, },
"arm64": { "arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.6.5/vfox_0.6.5_windows_aarch64.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.6.6/vfox_0.6.6_windows_aarch64.zip",
"hash": "50dc8229aef06250943cedeff2bfddd2cc428609750d1fcb398386a29c5b3773", "hash": "ae4b1c245068e8d23670d3657db51524710ab719223a945be461ea6758218c09",
"extract_dir": "vfox_0.6.5_windows_aarch64" "extract_dir": "vfox_0.6.6_windows_aarch64"
} }
}, },
"bin": "vfox.exe", "bin": "vfox.exe",