2024-05-18 16:27:18 +00:00

51 lines
2.2 KiB
JSON

{
"version": "0.5.3",
"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.3/vfox_0.5.3_windows_x86_64.zip",
"hash": "47b93dddd5b0da23ec40aef7c01da708dae7221c394d710557f2badacd1c94c2",
"extract_dir": "vfox_0.5.3_windows_x86_64"
},
"32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.5.3/vfox_0.5.3_windows_i386.zip",
"hash": "f742b0c925ff928818f5ad2e53132dc4bdfd2ba9ec1a95d32fe2b354b83f037a",
"extract_dir": "vfox_0.5.3_windows_i386"
},
"arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.5.3/vfox_0.5.3_windows_aarch64.zip",
"hash": "a48b3d5da2246611f910d431a5db3c9d4d713df2024699eaa0409dd1cf8deac8",
"extract_dir": "vfox_0.5.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"
}
}
}