vfox: Update to version 0.8.0

This commit is contained in:
github-actions[bot] 2025-09-29 12:32:56 +00:00
parent 8a893b1897
commit 2de17ede6b

View File

@ -1,5 +1,5 @@
{
"version": "0.7.1",
"version": "0.8.0",
"description": "Manage multiple SDK versions with a single CLI tool, extendable via plugins",
"homepage": "https://vfox.dev/",
"license": "Apache-2.0",
@ -9,19 +9,19 @@
],
"architecture": {
"64bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.7.1/vfox_0.7.1_windows_x86_64.zip",
"hash": "030afb1f713a0a494c4f3e18b42af8b668b6025cd97498191038656d81376ad3",
"extract_dir": "vfox_0.7.1_windows_x86_64"
"url": "https://github.com/version-fox/vfox/releases/download/v0.8.0/vfox_0.8.0_windows_x86_64.zip",
"hash": "ad0a63cd5fd99db6c98a0701772aad92883d456fde3146c5386572ddaeeee87f",
"extract_dir": "vfox_0.8.0_windows_x86_64"
},
"32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.7.1/vfox_0.7.1_windows_i386.zip",
"hash": "a76a47a141e001a83db48db2c1530d4ef146bc1fd4f81a5c44fdbaba5e38be49",
"extract_dir": "vfox_0.7.1_windows_i386"
"url": "https://github.com/version-fox/vfox/releases/download/v0.8.0/vfox_0.8.0_windows_i386.zip",
"hash": "4769294d060bcf48618619e4a08f5d412e31263eecb1bd1e09a58bb9a31dfbe1",
"extract_dir": "vfox_0.8.0_windows_i386"
},
"arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.7.1/vfox_0.7.1_windows_aarch64.zip",
"hash": "b8aa407d7cb8d4c37177d5431cb16348d33e792da012ff5310f71bb8c9a665cf",
"extract_dir": "vfox_0.7.1_windows_aarch64"
"url": "https://github.com/version-fox/vfox/releases/download/v0.8.0/vfox_0.8.0_windows_aarch64.zip",
"hash": "5f6a85fa7e11cbcdd8565cf76af9972ba0bacea9569792770f8d7eab76c1f1f4",
"extract_dir": "vfox_0.8.0_windows_aarch64"
}
},
"bin": "vfox.exe",