vfox: Update to version 0.7.0

This commit is contained in:
github-actions[bot] 2025-09-28 08:29:08 +00:00
parent 2665418848
commit b61b813d24

View File

@ -1,5 +1,5 @@
{ {
"version": "0.6.10", "version": "0.7.0",
"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.dev/", "homepage": "https://vfox.dev/",
"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.6.10/vfox_0.6.10_windows_x86_64.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.7.0/vfox_0.7.0_windows_x86_64.zip",
"hash": "3d1dde8aa0bd47641aaecc8ffa5e428e86e0a5c8f336973915d077fdebc5eb04", "hash": "0872174042342537e310fdc50748db13e7fc5dbf681e5c94078354660d4d7b36",
"extract_dir": "vfox_0.6.10_windows_x86_64" "extract_dir": "vfox_0.7.0_windows_x86_64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.6.10/vfox_0.6.10_windows_i386.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.7.0/vfox_0.7.0_windows_i386.zip",
"hash": "51fcd4a96ca167bbc4b5a9d0a37e4a1f8d33c391e32eaf00a57a6248dd9a0f65", "hash": "fafad27fcdce0e35def0fbb05bc3cb056db7a37275f77df9031e15dcb91d90fd",
"extract_dir": "vfox_0.6.10_windows_i386" "extract_dir": "vfox_0.7.0_windows_i386"
}, },
"arm64": { "arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.6.10/vfox_0.6.10_windows_aarch64.zip", "url": "https://github.com/version-fox/vfox/releases/download/v0.7.0/vfox_0.7.0_windows_aarch64.zip",
"hash": "a094e399dc2eeb89061f92c54983f28a9aa3540f2d1f2773050f86085ca113ea", "hash": "f2873d8ce5c5506bd9d8362f8f0bc31afd1c179a35ca3342769f7891662b99c1",
"extract_dir": "vfox_0.6.10_windows_aarch64" "extract_dir": "vfox_0.7.0_windows_aarch64"
} }
}, },
"bin": "vfox.exe", "bin": "vfox.exe",