vfox: Update to version 1.0.1

This commit is contained in:
github-actions[bot] 2026-01-14 08:31:44 +00:00
parent ff7af1b0f9
commit fe98273785

View File

@ -1,5 +1,5 @@
{
"version": "0.10.0",
"version": "1.0.1",
"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.10.0/vfox_0.10.0_windows_x86_64.zip",
"hash": "2985685d05b70df631ae612a12c02fa479e6ddaecd8584cdf97db5bb9baeb4c3",
"extract_dir": "vfox_0.10.0_windows_x86_64"
"url": "https://github.com/version-fox/vfox/releases/download/v1.0.1/vfox_1.0.1_windows_x86_64.zip",
"hash": "77fab3aa8d184375abf70eff056d328e6dfd77727f6655c7c9b72c5c6c952325",
"extract_dir": "vfox_1.0.1_windows_x86_64"
},
"32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.10.0/vfox_0.10.0_windows_i386.zip",
"hash": "9a066e8bc6a853f9cf75b6c325d0463bef8f06b62883ba44d74ea09a96031e0e",
"extract_dir": "vfox_0.10.0_windows_i386"
"url": "https://github.com/version-fox/vfox/releases/download/v1.0.1/vfox_1.0.1_windows_i386.zip",
"hash": "2995d05be9bd3d30fac8681e7c2c469213c97edaed4a0e5e718b0d2e97d34076",
"extract_dir": "vfox_1.0.1_windows_i386"
},
"arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.10.0/vfox_0.10.0_windows_aarch64.zip",
"hash": "441489d104799e149b7db31c2af6a56e2b19a90264703f9486dbbbc64b80f9ca",
"extract_dir": "vfox_0.10.0_windows_aarch64"
"url": "https://github.com/version-fox/vfox/releases/download/v1.0.1/vfox_1.0.1_windows_aarch64.zip",
"hash": "6a7950098917ae0f3de2b1bc178aec8680a723a0cb10c41b06808c408d5664ff",
"extract_dir": "vfox_1.0.1_windows_aarch64"
}
},
"bin": "vfox.exe",