2025-03-06 04:30:45 +00:00

51 lines
2.2 KiB
JSON

{
"version": "0.6.2",
"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.2/vfox_0.6.2_windows_x86_64.zip",
"hash": "96a6e4c410bfc5a60c5880cef14e91f571c97a9729b7dcbdf936eedc0ade396f",
"extract_dir": "vfox_0.6.2_windows_x86_64"
},
"32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.6.2/vfox_0.6.2_windows_i386.zip",
"hash": "2bfd00d8f1f8782c4678c5ea62c15b94e2d1524be13aba536c91464f3d684170",
"extract_dir": "vfox_0.6.2_windows_i386"
},
"arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.6.2/vfox_0.6.2_windows_aarch64.zip",
"hash": "d3708d93aab242f8a00f1d6ed4d88bdf9b97c2c924827c4c98330f56cd96202b",
"extract_dir": "vfox_0.6.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"
}
}
}