2024-04-01 16:12:53 +00:00

53 lines
2.4 KiB
JSON

{
"version": "0.3.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.3.0/vfox_0.3.0_windows_x86_64.zip",
"hash": "73f3044f131521c182ef1081c70b63cfb5c54c37716fa5ee78a9dcfd178a9705",
"extract_dir": "vfox_0.3.0_windows_x86_64"
},
"32bit": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.3.0/vfox_0.3.0_windows_i386.zip",
"hash": "2354043f9e24ffa59f41f574f81e7b16aa90f3f8a3b2f0449dae21898c4d51c2",
"extract_dir": "vfox_0.3.0_windows_i386"
},
"arm64": {
"url": "https://github.com/version-fox/vfox/releases/download/v0.3.0/vfox_0.3.0_windows_aarch64.zip",
"hash": "d4cc58769c64f24bd1425d6b55bc3636afcce8416c8dfc69a9a4d93d72f3ccf0",
"extract_dir": "vfox_0.3.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"
}
}
}