vfox: Update to version 0.5.1

This commit is contained in:
github-actions[bot] 2024-05-13 08:28:51 +00:00
parent 086abf4c54
commit 15fdf9d605

View File

@ -1,5 +1,5 @@
{ {
"version": "0.5.0", "version": "0.5.1",
"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.5.0/vfox_0.5.0_windows_x86_64.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.5.1/vfox_0.5.1_windows_x86_64.zip",
"hash": "3d061291900b21a5d40ca3d562e6356dddca88c1d50273aa9fa403af8f2f0614", "hash": "2418f3762949f4ccd3493f633d7f30e9d319e6891acbe42ee55e6fdde3b18b0b",
"extract_dir": "vfox_0.5.0_windows_x86_64" "extract_dir": "vfox_0.5.1_windows_x86_64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.5.0/vfox_0.5.0_windows_i386.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.5.1/vfox_0.5.1_windows_i386.zip",
"hash": "50008abc631c3e8ddf0c1ee60618353b2f11a1459a7c63d51c79e7ab6ba4f83b", "hash": "2418f3762949f4ccd3493f633d7f30e9d319e6891acbe42ee55e6fdde3b18b0b",
"extract_dir": "vfox_0.5.0_windows_i386" "extract_dir": "vfox_0.5.1_windows_i386"
}, },
"arm64": { "arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.5.0/vfox_0.5.0_windows_aarch64.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.5.1/vfox_0.5.1_windows_aarch64.zip",
"hash": "9102b7f8859e20603bf1556d0b40ce6662c12a1cb10917f4cbef9a458a6faff4", "hash": "2418f3762949f4ccd3493f633d7f30e9d319e6891acbe42ee55e6fdde3b18b0b",
"extract_dir": "vfox_0.5.0_windows_aarch64" "extract_dir": "vfox_0.5.1_windows_aarch64"
} }
}, },
"bin": "vfox.exe", "bin": "vfox.exe",