vfox: Update to version 0.2.6

This commit is contained in:
github-actions[bot] 2024-03-19 04:25:54 +00:00
parent 135e0029d3
commit b87ea2b901

View File

@ -1,5 +1,5 @@
{ {
"version": "0.2.5", "version": "0.2.6",
"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.lhan.me/", "homepage": "https://vfox.lhan.me/",
"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.2.5/vfox_0.2.5_windows_x86_64.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.2.6/vfox_0.2.6_windows_x86_64.zip",
"hash": "dba428cc4eedc0904b1e4a1117ea1965b09f966a7d28b9cb8cf9ce287373a655", "hash": "4cfcbb3c25ce8229a146a395ea0dc22130c751c4feb3f0a065f94b45d7ed014f",
"extract_dir": "vfox_0.2.5_windows_x86_64" "extract_dir": "vfox_0.2.6_windows_x86_64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.2.5/vfox_0.2.5_windows_i386.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.2.6/vfox_0.2.6_windows_i386.zip",
"hash": "dba428cc4eedc0904b1e4a1117ea1965b09f966a7d28b9cb8cf9ce287373a655", "hash": "4cfcbb3c25ce8229a146a395ea0dc22130c751c4feb3f0a065f94b45d7ed014f",
"extract_dir": "vfox_0.2.5_windows_i386" "extract_dir": "vfox_0.2.6_windows_i386"
}, },
"arm64": { "arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.2.5/vfox_0.2.5_windows_aarch64.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.2.6/vfox_0.2.6_windows_aarch64.zip",
"hash": "dba428cc4eedc0904b1e4a1117ea1965b09f966a7d28b9cb8cf9ce287373a655", "hash": "4cfcbb3c25ce8229a146a395ea0dc22130c751c4feb3f0a065f94b45d7ed014f",
"extract_dir": "vfox_0.2.5_windows_aarch64" "extract_dir": "vfox_0.2.6_windows_aarch64"
} }
}, },
"bin": "vfox.exe", "bin": "vfox.exe",