mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-12 02:11:19 +00:00
53 lines
2.4 KiB
JSON
53 lines
2.4 KiB
JSON
{
|
|
"version": "0.5.0",
|
|
"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.0/vfox_0.5.0_windows_x86_64.zip",
|
|
"hash": "3d061291900b21a5d40ca3d562e6356dddca88c1d50273aa9fa403af8f2f0614",
|
|
"extract_dir": "vfox_0.5.0_windows_x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/version-fox/vfox/releases/download/v0.5.0/vfox_0.5.0_windows_i386.zip",
|
|
"hash": "50008abc631c3e8ddf0c1ee60618353b2f11a1459a7c63d51c79e7ab6ba4f83b",
|
|
"extract_dir": "vfox_0.5.0_windows_i386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/version-fox/vfox/releases/download/v0.5.0/vfox_0.5.0_windows_aarch64.zip",
|
|
"hash": "9102b7f8859e20603bf1556d0b40ce6662c12a1cb10917f4cbef9a458a6faff4",
|
|
"extract_dir": "vfox_0.5.0_windows_aarch64"
|
|
}
|
|
},
|
|
"bin": "vfox.exe",
|
|
"checkver": {
|
|
"url": "https://github.com/version-fox/vfox/raw/main/internal/version.go",
|
|
"regex": "\"([\\d\\.]+)\""
|
|
},
|
|
"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": "https://github.com/version-fox/vfox/releases/download/v$version/checksums.txt",
|
|
"find": "$sha256[\\S\\s]+$basename"
|
|
}
|
|
}
|
|
}
|