2026-01-17 04:32:28 +00:00

51 lines
2.2 KiB
JSON

{
"version": "1.0.3",
"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.3/vfox_1.0.3_windows_x86_64.zip",
"hash": "38b99fde6c9bc0e1f30a7d4c2670e1ec9bd78a46f88e8946bcc410da8a049954",
"extract_dir": "vfox_1.0.3_windows_x86_64"
},
"32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v1.0.3/vfox_1.0.3_windows_i386.zip",
"hash": "2bcc27916859b1af42cc470def82f1cf09338ff28189bad6e652b53c1ce503e3",
"extract_dir": "vfox_1.0.3_windows_i386"
},
"arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v1.0.3/vfox_1.0.3_windows_aarch64.zip",
"hash": "9e6c270bc47db2f8ed5ad55999b69f942c723d6420bc389138648bb474e67eda",
"extract_dir": "vfox_1.0.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"
}
}
}