2025-03-08 16:27:04 +00:00

51 lines
2.2 KiB
JSON

{
"version": "0.6.3",
"description": "Manage multiple SDK versions with a single CLI tool, extendable via plugins",
"homepage": "https://vfox.lhan.me/",
"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.lhan.me/guides/quick-start.html#_2-hook-vfox-to-your-shell"
],
"architecture": {
"64bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.6.3/vfox_0.6.3_windows_x86_64.zip",
"hash": "32a68b771638d4e9d76c35e872e3a13a16ff09786b63565f88a2fa25d9f19b91",
"extract_dir": "vfox_0.6.3_windows_x86_64"
},
"32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.6.3/vfox_0.6.3_windows_i386.zip",
"hash": "f3ea07df925af9b7852aaf37ffaddbf7f88096a273cc0ed93d026b73fe813e86",
"extract_dir": "vfox_0.6.3_windows_i386"
},
"arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.6.3/vfox_0.6.3_windows_aarch64.zip",
"hash": "6acdfce386537313d0bae24c88a360ee53ee31dd609ee772307a3fb6c88288cf",
"extract_dir": "vfox_0.6.3_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"
}
}
}