2025-05-19 16:29:43 +00:00

51 lines
2.2 KiB
JSON

{
"version": "0.6.9",
"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.9/vfox_0.6.9_windows_x86_64.zip",
"hash": "5f86e1e3727d9f56d86087416f8f1d9b6b8b24135321acd33d9a0498b0460f9b",
"extract_dir": "vfox_0.6.9_windows_x86_64"
},
"32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.6.9/vfox_0.6.9_windows_i386.zip",
"hash": "09e7adbae293f9d6ad37387cfc754f66b9a013534ccd34d966ba91fc5c7e995b",
"extract_dir": "vfox_0.6.9_windows_i386"
},
"arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.6.9/vfox_0.6.9_windows_aarch64.zip",
"hash": "882c360be5caa44ed62adfd8d7fe245549937e39d2e85d6303e1f95d3399ed13",
"extract_dir": "vfox_0.6.9_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"
}
}
}