vfox: Update to version 0.5.5

This commit is contained in:
github-actions[bot] 2024-09-24 12:32:36 +00:00
parent bf52d26482
commit 3537a35c97

View File

@ -1,5 +1,5 @@
{
"version": "0.5.4",
"version": "0.5.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.5.4/vfox_0.5.4_windows_x86_64.zip",
"hash": "5b3018329226573464634dc0aabe5503cbb3937f2023dbbf42196a227bbf8be2",
"extract_dir": "vfox_0.5.4_windows_x86_64"
"url": "https://github.com/version-fox/vfox/releases/download/v0.5.5/vfox_0.5.5_windows_x86_64.zip",
"hash": "0367d7c418390ecf943f6181eada5d5447e79293216bdbcfc4112832390e4e1a",
"extract_dir": "vfox_0.5.5_windows_x86_64"
},
"32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.5.4/vfox_0.5.4_windows_i386.zip",
"hash": "478658accb86b0431c79157612e4e649411d5b9a2484140f1835a0e8e2101239",
"extract_dir": "vfox_0.5.4_windows_i386"
"url": "https://github.com/version-fox/vfox/releases/download/v0.5.5/vfox_0.5.5_windows_i386.zip",
"hash": "348f05227d91c2a6ef25b3e15a71ec43fe27a4106e8cf253118a2ad60d526e00",
"extract_dir": "vfox_0.5.5_windows_i386"
},
"arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.5.4/vfox_0.5.4_windows_aarch64.zip",
"hash": "33f7854d2b87812716b46d41aa10f11c647041f322c5764a2b9b186b866c240f",
"extract_dir": "vfox_0.5.4_windows_aarch64"
"url": "https://github.com/version-fox/vfox/releases/download/v0.5.5/vfox_0.5.5_windows_aarch64.zip",
"hash": "9f1c26de2710ffbef10e4df5b3d483272368b752288d046a9a1695d11410249f",
"extract_dir": "vfox_0.5.5_windows_aarch64"
}
},
"bin": "vfox.exe",