vfox: Update to version 0.3.0

This commit is contained in:
github-actions[bot] 2024-04-01 09:08:50 +00:00
parent 8ec9eb6eed
commit a2a61a8641

View File

@ -1,5 +1,5 @@
{
"version": "0.2.6",
"version": "0.3.0",
"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.2.6/vfox_0.2.6_windows_x86_64.zip",
"hash": "41022b10450532dfa8e94fff6b081f445e9cff09d4b20ea73d2d43479e2197f4",
"extract_dir": "vfox_0.2.6_windows_x86_64"
"url": "https://github.com/version-fox/vfox/releases/download/v0.3.0/vfox_0.3.0_windows_x86_64.zip",
"hash": "10e7e4180903123345af0048ced3332f43653d8573831f508abd9b192b22e67c",
"extract_dir": "vfox_0.3.0_windows_x86_64"
},
"32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.2.6/vfox_0.2.6_windows_i386.zip",
"hash": "63aefdefa2ff5eeae8b375c82cf2a45cb34edfcfbed1b74beec88230fa8a699d",
"extract_dir": "vfox_0.2.6_windows_i386"
"url": "https://github.com/version-fox/vfox/releases/download/v0.3.0/vfox_0.3.0_windows_i386.zip",
"hash": "10e7e4180903123345af0048ced3332f43653d8573831f508abd9b192b22e67c",
"extract_dir": "vfox_0.3.0_windows_i386"
},
"arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.2.6/vfox_0.2.6_windows_aarch64.zip",
"hash": "118852a9ac960e2c333e85a42f673535c557e6c2f1a0bd7ebdf51d4817e52f76",
"extract_dir": "vfox_0.2.6_windows_aarch64"
"url": "https://github.com/version-fox/vfox/releases/download/v0.3.0/vfox_0.3.0_windows_aarch64.zip",
"hash": "10e7e4180903123345af0048ced3332f43653d8573831f508abd9b192b22e67c",
"extract_dir": "vfox_0.3.0_windows_aarch64"
}
},
"bin": "vfox.exe",