2024-05-14 22:55:41 +08:00

51 lines
2.2 KiB
JSON

{
"version": "0.5.1",
"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.5.1/vfox_0.5.1_windows_x86_64.zip",
"hash": "1651c97e57ecd2bfe54d59d2741df8d5b4d703ea54015c45c38521584c307f5a",
"extract_dir": "vfox_0.5.1_windows_x86_64"
},
"32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.5.1/vfox_0.5.1_windows_i386.zip",
"hash": "380c4878e8ff8b9b402dced9d938aee13744b7d3f6431f559dfa3e644c37c08d",
"extract_dir": "vfox_0.5.1_windows_i386"
},
"arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.5.1/vfox_0.5.1_windows_aarch64.zip",
"hash": "c33faeaaba9f2a4d33b438b4355ba72bd2f6d4252ecd98c75acc43cce79bd662",
"extract_dir": "vfox_0.5.1_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"
}
}
}