mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
51 lines
2.2 KiB
JSON
51 lines
2.2 KiB
JSON
{
|
|
"version": "0.6.10",
|
|
"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/v0.6.10/vfox_0.6.10_windows_x86_64.zip",
|
|
"hash": "3d1dde8aa0bd47641aaecc8ffa5e428e86e0a5c8f336973915d077fdebc5eb04",
|
|
"extract_dir": "vfox_0.6.10_windows_x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/version-fox/vfox/releases/download/v0.6.10/vfox_0.6.10_windows_i386.zip",
|
|
"hash": "51fcd4a96ca167bbc4b5a9d0a37e4a1f8d33c391e32eaf00a57a6248dd9a0f65",
|
|
"extract_dir": "vfox_0.6.10_windows_i386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/version-fox/vfox/releases/download/v0.6.10/vfox_0.6.10_windows_aarch64.zip",
|
|
"hash": "a094e399dc2eeb89061f92c54983f28a9aa3540f2d1f2773050f86085ca113ea",
|
|
"extract_dir": "vfox_0.6.10_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"
|
|
}
|
|
}
|
|
}
|