vmr: Add version 0.7.5 (#7530)

This commit is contained in:
Nostalgia 2026-01-13 18:45:34 +08:00 committed by GitHub
parent eab15aba07
commit 3c002d1439
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

30
bucket/vmr.json Normal file
View File

@ -0,0 +1,30 @@
{
"version": "0.7.5",
"description": "A general version manager for thousands of SDKs with TUI inspired by lazygit.",
"homepage": "https://vdocs.vmr.dpdns.org",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gvcgo/version-manager/releases/download/v0.7.5/vmr_windows-amd64.zip",
"hash": "8eee6c8b2e8af68184239cbc5fa3f2a49d1352b4e9e28a74206c5b374a42eef7"
},
"arm64": {
"url": "https://github.com/gvcgo/version-manager/releases/download/v0.7.5/vmr_windows-arm64.zip",
"hash": "3d9febab6a3bb68808f098a65fd26637d5b6fe402ece258d79fc124104c14725"
}
},
"bin": "vmr.exe",
"checkver": {
"github": "https://github.com/gvcgo/version-manager"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gvcgo/version-manager/releases/download/v$version/vmr_windows-amd64.zip"
},
"arm64": {
"url": "https://github.com/gvcgo/version-manager/releases/download/v$version/vmr_windows-arm64.zip"
}
}
}
}