vfox: Update to version 0.4.2

This commit is contained in:
github-actions[bot] 2024-04-29 08:28:11 +00:00
parent 7b7c7f118f
commit 8ca192fa20

View File

@ -1,5 +1,5 @@
{ {
"version": "0.4.1", "version": "0.4.2",
"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.1/vfox_0.4.1_windows_x86_64.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.4.2/vfox_0.4.2_windows_x86_64.zip",
"hash": "8e0b365509056488efbb58f03f23da0f149dafd9f6dc27e73988ca197ea96ac9", "hash": "e5d6146981ce2380893061fe05c0c9a2fd66189c154c2bae40f537597c30d54f",
"extract_dir": "vfox_0.4.1_windows_x86_64" "extract_dir": "vfox_0.4.2_windows_x86_64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.4.1/vfox_0.4.1_windows_i386.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.4.2/vfox_0.4.2_windows_i386.zip",
"hash": "636c70764447697aa2a34ea01fed02f7f8de63002bcd232e2ffa1bcec1ba8d89", "hash": "e5d6146981ce2380893061fe05c0c9a2fd66189c154c2bae40f537597c30d54f",
"extract_dir": "vfox_0.4.1_windows_i386" "extract_dir": "vfox_0.4.2_windows_i386"
}, },
"arm64": { "arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.4.1/vfox_0.4.1_windows_aarch64.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.4.2/vfox_0.4.2_windows_aarch64.zip",
"hash": "ccb4108efffbadab2b5978bd33ed947ce2317cb1efc5c3e2b8e1348cee75ca59", "hash": "e5d6146981ce2380893061fe05c0c9a2fd66189c154c2bae40f537597c30d54f",
"extract_dir": "vfox_0.4.1_windows_aarch64" "extract_dir": "vfox_0.4.2_windows_aarch64"
} }
}, },
"bin": "vfox.exe", "bin": "vfox.exe",