mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 02:54:48 +00:00
51 lines
2.2 KiB
JSON
51 lines
2.2 KiB
JSON
{
|
|
"version": "0.10.0",
|
|
"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.10.0/vfox_0.10.0_windows_x86_64.zip",
|
|
"hash": "2985685d05b70df631ae612a12c02fa479e6ddaecd8584cdf97db5bb9baeb4c3",
|
|
"extract_dir": "vfox_0.10.0_windows_x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/version-fox/vfox/releases/download/v0.10.0/vfox_0.10.0_windows_i386.zip",
|
|
"hash": "9a066e8bc6a853f9cf75b6c325d0463bef8f06b62883ba44d74ea09a96031e0e",
|
|
"extract_dir": "vfox_0.10.0_windows_i386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/version-fox/vfox/releases/download/v0.10.0/vfox_0.10.0_windows_aarch64.zip",
|
|
"hash": "441489d104799e149b7db31c2af6a56e2b19a90264703f9486dbbbc64b80f9ca",
|
|
"extract_dir": "vfox_0.10.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"
|
|
}
|
|
}
|
|
}
|