2024-09-29 08:30:01 +00:00

51 lines
2.2 KiB
JSON

{
"version": "0.6.0",
"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.0/vfox_0.6.0_windows_x86_64.zip",
"hash": "8b2b0062b0264f8af93fcf341251d037d45b3f632778de0b0290e580af6a4f47",
"extract_dir": "vfox_0.6.0_windows_x86_64"
},
"32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.6.0/vfox_0.6.0_windows_i386.zip",
"hash": "0b5e119bb79022da4b5db58152abffa81f6fd4b969822a1af2954c49b942d380",
"extract_dir": "vfox_0.6.0_windows_i386"
},
"arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.6.0/vfox_0.6.0_windows_aarch64.zip",
"hash": "55063887aef97e27b3881ec8b8fa8d1cd03aed9bee6e4d1d40920843cd26b2c6",
"extract_dir": "vfox_0.6.0_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"
}
}
}