vfox: Update to version 0.6.7

This commit is contained in:
github-actions[bot] 2025-05-18 04:30:16 +00:00
parent 37c5957485
commit 7304eeb2cf

View File

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