2024-04-22 14:25:17 +00:00

53 lines
2.4 KiB
JSON

{
"version": "0.4.1",
"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.1/vfox_0.4.1_windows_x86_64.zip",
"hash": "8e0b365509056488efbb58f03f23da0f149dafd9f6dc27e73988ca197ea96ac9",
"extract_dir": "vfox_0.4.1_windows_x86_64"
},
"32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.4.1/vfox_0.4.1_windows_i386.zip",
"hash": "636c70764447697aa2a34ea01fed02f7f8de63002bcd232e2ffa1bcec1ba8d89",
"extract_dir": "vfox_0.4.1_windows_i386"
},
"arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.4.1/vfox_0.4.1_windows_aarch64.zip",
"hash": "ccb4108efffbadab2b5978bd33ed947ce2317cb1efc5c3e2b8e1348cee75ca59",
"extract_dir": "vfox_0.4.1_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"
}
}
}