mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 18:44:47 +00:00
vmr: Add version 0.7.5 (#7530)
This commit is contained in:
parent
eab15aba07
commit
3c002d1439
30
bucket/vmr.json
Normal file
30
bucket/vmr.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user