vfox: Update to version 0.10.0

This commit is contained in:
github-actions[bot] 2026-01-02 12:31:42 +00:00
parent bb673a9a41
commit ca9f24fecb

View File

@ -1,5 +1,5 @@
{
"version": "0.9.2",
"version": "0.10.0",
"description": "Manage multiple SDK versions with a single CLI tool, extendable via plugins",
"homepage": "https://vfox.dev/",
"license": "Apache-2.0",
@ -9,19 +9,19 @@
],
"architecture": {
"64bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.9.2/vfox_0.9.2_windows_x86_64.zip",
"hash": "6800fe5cf0508c9b7e71b0724d7e2d5c4671018e0c14baf9b91244c5f5fe5747",
"extract_dir": "vfox_0.9.2_windows_x86_64"
"url": "https://github.com/version-fox/vfox/releases/download/v0.10.0/vfox_0.10.0_windows_x86_64.zip",
"hash": "2985685d05b70df631ae612a12c02fa479e6ddaecd8584cdf97db5bb9baeb4c3",
"extract_dir": "vfox_0.10.0_windows_x86_64"
},
"32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.9.2/vfox_0.9.2_windows_i386.zip",
"hash": "2207771d7326e4c28a101a914ca79306afa2c05ccf3f360b3440608c9768106e",
"extract_dir": "vfox_0.9.2_windows_i386"
"url": "https://github.com/version-fox/vfox/releases/download/v0.10.0/vfox_0.10.0_windows_i386.zip",
"hash": "9a066e8bc6a853f9cf75b6c325d0463bef8f06b62883ba44d74ea09a96031e0e",
"extract_dir": "vfox_0.10.0_windows_i386"
},
"arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.9.2/vfox_0.9.2_windows_aarch64.zip",
"hash": "abb3625ede6d649b6fe9f533f5e66aab72bc1f4f1ea08970d20958b1769b897c",
"extract_dir": "vfox_0.9.2_windows_aarch64"
"url": "https://github.com/version-fox/vfox/releases/download/v0.10.0/vfox_0.10.0_windows_aarch64.zip",
"hash": "441489d104799e149b7db31c2af6a56e2b19a90264703f9486dbbbc64b80f9ca",
"extract_dir": "vfox_0.10.0_windows_aarch64"
}
},
"bin": "vfox.exe",