mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
53 lines
2.4 KiB
JSON
53 lines
2.4 KiB
JSON
{
|
|
"version": "0.4.2",
|
|
"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.4.2/vfox_0.4.2_windows_x86_64.zip",
|
|
"hash": "bd2b1efa1a2aa2e4146eab632d9b89db17193c601d1eb9fdc420881259da4fa3",
|
|
"extract_dir": "vfox_0.4.2_windows_x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/version-fox/vfox/releases/download/v0.4.2/vfox_0.4.2_windows_i386.zip",
|
|
"hash": "d992627a27c58f8dc122c1c42502bb660c2cb1b6f9bc5d372ad088fea5357fe7",
|
|
"extract_dir": "vfox_0.4.2_windows_i386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/version-fox/vfox/releases/download/v0.4.2/vfox_0.4.2_windows_aarch64.zip",
|
|
"hash": "b68e89eaa6c3d2e491b69d57b8ef2fd987c012576e3b823e76e544f7c7eb7bd1",
|
|
"extract_dir": "vfox_0.4.2_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"
|
|
}
|
|
}
|
|
}
|