2025-10-28 08:30:48 +00:00

51 lines
2.2 KiB
JSON

{
"version": "0.9.2",
"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/v0.9.2/vfox_0.9.2_windows_x86_64.zip",
"hash": "6800fe5cf0508c9b7e71b0724d7e2d5c4671018e0c14baf9b91244c5f5fe5747",
"extract_dir": "vfox_0.9.2_windows_x86_64"
},
"32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.9.2/vfox_0.9.2_windows_i386.zip",
"hash": "2207771d7326e4c28a101a914ca79306afa2c05ccf3f360b3440608c9768106e",
"extract_dir": "vfox_0.9.2_windows_i386"
},
"arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.9.2/vfox_0.9.2_windows_aarch64.zip",
"hash": "abb3625ede6d649b6fe9f533f5e66aab72bc1f4f1ea08970d20958b1769b897c",
"extract_dir": "vfox_0.9.2_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"
}
}
}