mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-27 05:44:39 +00:00
51 lines
2.2 KiB
JSON
51 lines
2.2 KiB
JSON
{
|
|
"version": "1.0.5",
|
|
"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.5/vfox_1.0.5_windows_x86_64.zip",
|
|
"hash": "0983a36cb66a922a6830395fb5761bfc04eaef444ee426fada083aa44719128d",
|
|
"extract_dir": "vfox_1.0.5_windows_x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/version-fox/vfox/releases/download/v1.0.5/vfox_1.0.5_windows_i386.zip",
|
|
"hash": "93438efd8bc91ebd051a4cc8ca27ec3aa8f2ebc9bfedee7d3344fde3be969edb",
|
|
"extract_dir": "vfox_1.0.5_windows_i386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/version-fox/vfox/releases/download/v1.0.5/vfox_1.0.5_windows_aarch64.zip",
|
|
"hash": "bb3c710a6378b248579a4b460df5252b5cf31c9fa8cb47c999f04ad62d01edde",
|
|
"extract_dir": "vfox_1.0.5_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"
|
|
}
|
|
}
|
|
}
|