2026-01-19 16:33:00 +00:00

51 lines
2.2 KiB
JSON

{
"version": "1.0.4",
"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.4/vfox_1.0.4_windows_x86_64.zip",
"hash": "b5a3a5b69cb0418e65e59f62d8d157c24d1fa726dc044182d67622b438af0039",
"extract_dir": "vfox_1.0.4_windows_x86_64"
},
"32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v1.0.4/vfox_1.0.4_windows_i386.zip",
"hash": "9fb008a080dd1c035d1a7efbeb515ab58785d73b3fe6dc772fecb14ce049db29",
"extract_dir": "vfox_1.0.4_windows_i386"
},
"arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v1.0.4/vfox_1.0.4_windows_aarch64.zip",
"hash": "bfa435fff5de8a2023f6b347bafc2f014ff624a3a3abd5e4300353676252ebb3",
"extract_dir": "vfox_1.0.4_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"
}
}
}