2026-02-09 20:33:53 +00:00

51 lines
2.2 KiB
JSON

{
"version": "1.0.6",
"description": "Manage multiple SDK versions with a single CLI tool, extendable via plugins",
"homepage": "https://vfox.dev/",
"license": "Apache-2.0",
"notes": [
"Important: You also need to add an activation script in your shell profile to make version fox to work!",
"Check the documentation for more details: https://vfox.dev/guides/quick-start.html#_2-hook-vfox-to-your-shell"
],
"architecture": {
"64bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v1.0.6/vfox_1.0.6_windows_x86_64.zip",
"hash": "dcbde97220ac34a2dd3651b27d0196197f7f45d6401d430f6bed24d8d5b1b4dd",
"extract_dir": "vfox_1.0.6_windows_x86_64"
},
"32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v1.0.6/vfox_1.0.6_windows_i386.zip",
"hash": "89f52b7263b3c42e0c56e0156a0717b0a5ac15d22902b90e9a5524ed6293a308",
"extract_dir": "vfox_1.0.6_windows_i386"
},
"arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v1.0.6/vfox_1.0.6_windows_aarch64.zip",
"hash": "94035b99dc85fea393ee88ddb851eb42eed477f345e62234c41c10c663e97f5c",
"extract_dir": "vfox_1.0.6_windows_aarch64"
}
},
"bin": "vfox.exe",
"checkver": {
"github": "https://github.com/version-fox/vfox"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v$version/vfox_$version_windows_x86_64.zip",
"extract_dir": "vfox_$version_windows_x86_64"
},
"32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v$version/vfox_$version_windows_i386.zip",
"extract_dir": "vfox_$version_windows_i386"
},
"arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v$version/vfox_$version_windows_aarch64.zip",
"extract_dir": "vfox_$version_windows_aarch64"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}