vfox: Update to version 0.5.0

This commit is contained in:
github-actions[bot] 2024-05-11 12:30:34 +00:00
parent ea587b4847
commit 692f09a797

View File

@ -1,5 +1,5 @@
{ {
"version": "0.4.2", "version": "0.5.0",
"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.4.2/vfox_0.4.2_windows_x86_64.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.5.0/vfox_0.5.0_windows_x86_64.zip",
"hash": "bd2b1efa1a2aa2e4146eab632d9b89db17193c601d1eb9fdc420881259da4fa3", "hash": "24760a49b73dac0feb047573472233036145c2c01282eeeedf737d4e1c2a1622",
"extract_dir": "vfox_0.4.2_windows_x86_64" "extract_dir": "vfox_0.5.0_windows_x86_64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.4.2/vfox_0.4.2_windows_i386.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.5.0/vfox_0.5.0_windows_i386.zip",
"hash": "d992627a27c58f8dc122c1c42502bb660c2cb1b6f9bc5d372ad088fea5357fe7", "hash": "24760a49b73dac0feb047573472233036145c2c01282eeeedf737d4e1c2a1622",
"extract_dir": "vfox_0.4.2_windows_i386" "extract_dir": "vfox_0.5.0_windows_i386"
}, },
"arm64": { "arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.4.2/vfox_0.4.2_windows_aarch64.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.5.0/vfox_0.5.0_windows_aarch64.zip",
"hash": "b68e89eaa6c3d2e491b69d57b8ef2fd987c012576e3b823e76e544f7c7eb7bd1", "hash": "24760a49b73dac0feb047573472233036145c2c01282eeeedf737d4e1c2a1622",
"extract_dir": "vfox_0.4.2_windows_aarch64" "extract_dir": "vfox_0.5.0_windows_aarch64"
} }
}, },
"bin": "vfox.exe", "bin": "vfox.exe",