vfox: Update to version 0.9.1

This commit is contained in:
github-actions[bot] 2025-10-09 16:30:03 +00:00
parent c888252b8e
commit 4b40a484a9

View File

@ -1,5 +1,5 @@
{ {
"version": "0.8.0", "version": "0.9.1",
"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.8.0/vfox_0.8.0_windows_x86_64.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.9.1/vfox_0.9.1_windows_x86_64.zip",
"hash": "ad0a63cd5fd99db6c98a0701772aad92883d456fde3146c5386572ddaeeee87f", "hash": "c1982fa3490ad15179240fb82b3dea9675403117fd37504fa87dcbbf5d958c46",
"extract_dir": "vfox_0.8.0_windows_x86_64" "extract_dir": "vfox_0.9.1_windows_x86_64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.8.0/vfox_0.8.0_windows_i386.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.9.1/vfox_0.9.1_windows_i386.zip",
"hash": "4769294d060bcf48618619e4a08f5d412e31263eecb1bd1e09a58bb9a31dfbe1", "hash": "97d0df6557c024e4fe3eb90cd386d56821725bab1d64b637e1d937638d16114b",
"extract_dir": "vfox_0.8.0_windows_i386" "extract_dir": "vfox_0.9.1_windows_i386"
}, },
"arm64": { "arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.8.0/vfox_0.8.0_windows_aarch64.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.9.1/vfox_0.9.1_windows_aarch64.zip",
"hash": "5f6a85fa7e11cbcdd8565cf76af9972ba0bacea9569792770f8d7eab76c1f1f4", "hash": "9907775d008e8b8f24eb3f984fb4fe0acbb522833979106c02f78c231b70ac9a",
"extract_dir": "vfox_0.8.0_windows_aarch64" "extract_dir": "vfox_0.9.1_windows_aarch64"
} }
}, },
"bin": "vfox.exe", "bin": "vfox.exe",