vfox: Update to version 0.6.1

This commit is contained in:
github-actions[bot] 2025-02-18 12:31:47 +00:00
parent fd4140d808
commit e12fc73eb1

View File

@ -1,5 +1,5 @@
{
"version": "0.6.0",
"version": "0.6.1",
"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.0/vfox_0.6.0_windows_x86_64.zip",
"hash": "8b2b0062b0264f8af93fcf341251d037d45b3f632778de0b0290e580af6a4f47",
"extract_dir": "vfox_0.6.0_windows_x86_64"
"url": "https://github.com/version-fox/vfox/releases/download/v0.6.1/vfox_0.6.1_windows_x86_64.zip",
"hash": "6643cce3eb4639d190bff3eef73c23cbdfdc9465374d81b027f3631944396274",
"extract_dir": "vfox_0.6.1_windows_x86_64"
},
"32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.6.0/vfox_0.6.0_windows_i386.zip",
"hash": "0b5e119bb79022da4b5db58152abffa81f6fd4b969822a1af2954c49b942d380",
"extract_dir": "vfox_0.6.0_windows_i386"
"url": "https://github.com/version-fox/vfox/releases/download/v0.6.1/vfox_0.6.1_windows_i386.zip",
"hash": "71954dd9decc9f5b1bc4a7661360c1fec27c1ebf2ec1ba1f78bf740089728d66",
"extract_dir": "vfox_0.6.1_windows_i386"
},
"arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.6.0/vfox_0.6.0_windows_aarch64.zip",
"hash": "55063887aef97e27b3881ec8b8fa8d1cd03aed9bee6e4d1d40920843cd26b2c6",
"extract_dir": "vfox_0.6.0_windows_aarch64"
"url": "https://github.com/version-fox/vfox/releases/download/v0.6.1/vfox_0.6.1_windows_aarch64.zip",
"hash": "a7788c4f440795bbdc00c453e4483e241127578e3cf42ba9c340a2df4677542b",
"extract_dir": "vfox_0.6.1_windows_aarch64"
}
},
"bin": "vfox.exe",