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.5.4",
|
|
"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.4/vfox_0.5.4_windows_x86_64.zip",
|
|
"hash": "5b3018329226573464634dc0aabe5503cbb3937f2023dbbf42196a227bbf8be2",
|
|
"extract_dir": "vfox_0.5.4_windows_x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/version-fox/vfox/releases/download/v0.5.4/vfox_0.5.4_windows_i386.zip",
|
|
"hash": "478658accb86b0431c79157612e4e649411d5b9a2484140f1835a0e8e2101239",
|
|
"extract_dir": "vfox_0.5.4_windows_i386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/version-fox/vfox/releases/download/v0.5.4/vfox_0.5.4_windows_aarch64.zip",
|
|
"hash": "33f7854d2b87812716b46d41aa10f11c647041f322c5764a2b9b186b866c240f",
|
|
"extract_dir": "vfox_0.5.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"
|
|
}
|
|
}
|
|
}
|