vfox: Update to version 0.9.2

This commit is contained in:
github-actions[bot] 2025-10-28 08:30:48 +00:00
parent 1c753c5f8b
commit 222bb21d8a

View File

@ -1,5 +1,5 @@
{ {
"version": "0.9.1", "version": "0.9.2",
"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.dev/", "homepage": "https://vfox.dev/",
"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.9.1/vfox_0.9.1_windows_x86_64.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.9.2/vfox_0.9.2_windows_x86_64.zip",
"hash": "c1982fa3490ad15179240fb82b3dea9675403117fd37504fa87dcbbf5d958c46", "hash": "6800fe5cf0508c9b7e71b0724d7e2d5c4671018e0c14baf9b91244c5f5fe5747",
"extract_dir": "vfox_0.9.1_windows_x86_64" "extract_dir": "vfox_0.9.2_windows_x86_64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.9.1/vfox_0.9.1_windows_i386.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.9.2/vfox_0.9.2_windows_i386.zip",
"hash": "97d0df6557c024e4fe3eb90cd386d56821725bab1d64b637e1d937638d16114b", "hash": "2207771d7326e4c28a101a914ca79306afa2c05ccf3f360b3440608c9768106e",
"extract_dir": "vfox_0.9.1_windows_i386" "extract_dir": "vfox_0.9.2_windows_i386"
}, },
"arm64": { "arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.9.1/vfox_0.9.1_windows_aarch64.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.9.2/vfox_0.9.2_windows_aarch64.zip",
"hash": "9907775d008e8b8f24eb3f984fb4fe0acbb522833979106c02f78c231b70ac9a", "hash": "abb3625ede6d649b6fe9f533f5e66aab72bc1f4f1ea08970d20958b1769b897c",
"extract_dir": "vfox_0.9.1_windows_aarch64" "extract_dir": "vfox_0.9.2_windows_aarch64"
} }
}, },
"bin": "vfox.exe", "bin": "vfox.exe",