2024-04-10 09:36:29 +00:00

53 lines
2.4 KiB
JSON

{
"version": "0.3.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.3.2/vfox_0.3.2_windows_x86_64.zip",
"hash": "00d8817e2f29f51477c33a0cde4bc61272f3d96af97f62c70840c1dea5654b92",
"extract_dir": "vfox_0.3.2_windows_x86_64"
},
"32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.3.2/vfox_0.3.2_windows_i386.zip",
"hash": "546009c40a92742124abd1fe908249e00b95a22c49c933fd331218567f0c1a66",
"extract_dir": "vfox_0.3.2_windows_i386"
},
"arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.3.2/vfox_0.3.2_windows_aarch64.zip",
"hash": "22188a167c353f40ff4848e561ac02bd044290acbdb035c6304de74286c0ce4e",
"extract_dir": "vfox_0.3.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"
}
}
}