vfox: Update to version 0.3.4

This commit is contained in:
github-actions[bot] 2024-04-12 05:08:30 +00:00
parent c4e1dcfbe0
commit 8af20d7104

View File

@ -1,5 +1,5 @@
{ {
"version": "0.3.2", "version": "0.3.4",
"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.3.2/vfox_0.3.2_windows_x86_64.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.3.4/vfox_0.3.4_windows_x86_64.zip",
"hash": "00d8817e2f29f51477c33a0cde4bc61272f3d96af97f62c70840c1dea5654b92", "hash": "2a93497691fed8ebce8bc8f32bde59908bafbc5a8ed9f5c09500ca7811f0d570",
"extract_dir": "vfox_0.3.2_windows_x86_64" "extract_dir": "vfox_0.3.4_windows_x86_64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.3.2/vfox_0.3.2_windows_i386.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.3.4/vfox_0.3.4_windows_i386.zip",
"hash": "546009c40a92742124abd1fe908249e00b95a22c49c933fd331218567f0c1a66", "hash": "2a93497691fed8ebce8bc8f32bde59908bafbc5a8ed9f5c09500ca7811f0d570",
"extract_dir": "vfox_0.3.2_windows_i386" "extract_dir": "vfox_0.3.4_windows_i386"
}, },
"arm64": { "arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.3.2/vfox_0.3.2_windows_aarch64.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.3.4/vfox_0.3.4_windows_aarch64.zip",
"hash": "22188a167c353f40ff4848e561ac02bd044290acbdb035c6304de74286c0ce4e", "hash": "2a93497691fed8ebce8bc8f32bde59908bafbc5a8ed9f5c09500ca7811f0d570",
"extract_dir": "vfox_0.3.2_windows_aarch64" "extract_dir": "vfox_0.3.4_windows_aarch64"
} }
}, },
"bin": "vfox.exe", "bin": "vfox.exe",