vfox: Update to version 0.2.5

This commit is contained in:
github-actions[bot] 2024-03-18 08:26:30 +00:00
parent 3e8932b52b
commit a6ea01876e

View File

@ -1,5 +1,5 @@
{
"version": "0.2.4",
"version": "0.2.5",
"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.2.4/vfox_0.2.4_windows_x86_64.zip",
"hash": "4d06b31f8fe5a92f77e326ddcfed7331647494e6891126c00cd9368d1443d80e",
"extract_dir": "vfox_0.2.4_windows_x86_64"
"url": "https://github.com/version-fox/vfox/releases/download/v0.2.5/vfox_0.2.5_windows_x86_64.zip",
"hash": "dba428cc4eedc0904b1e4a1117ea1965b09f966a7d28b9cb8cf9ce287373a655",
"extract_dir": "vfox_0.2.5_windows_x86_64"
},
"32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.2.4/vfox_0.2.4_windows_i386.zip",
"hash": "86e19f5831de6f8735eb577bf126b14400b3d95616c68da04bd7fa557280fec7",
"extract_dir": "vfox_0.2.4_windows_i386"
"url": "https://github.com/version-fox/vfox/releases/download/v0.2.5/vfox_0.2.5_windows_i386.zip",
"hash": "dba428cc4eedc0904b1e4a1117ea1965b09f966a7d28b9cb8cf9ce287373a655",
"extract_dir": "vfox_0.2.5_windows_i386"
},
"arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.2.4/vfox_0.2.4_windows_aarch64.zip",
"hash": "4640fdf5faa6d1683256f3a63de2501bd81c8f0f1cf5d19110a3883c6d399bc7",
"extract_dir": "vfox_0.2.4_windows_aarch64"
"url": "https://github.com/version-fox/vfox/releases/download/v0.2.5/vfox_0.2.5_windows_aarch64.zip",
"hash": "dba428cc4eedc0904b1e4a1117ea1965b09f966a7d28b9cb8cf9ce287373a655",
"extract_dir": "vfox_0.2.5_windows_aarch64"
}
},
"bin": "vfox.exe",