mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"version": "2026.07.22",
|
|
"description": "Text-based desktop environment",
|
|
"homepage": "https://github.com/directvt/vtm",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/directvt/vtm/releases/download/v2026.07.22/vtm_windows_x86_64.7z",
|
|
"hash": "0e745be4bc6bafbd9549b38f62c3fd90923a346358655f3865c65d685ce43165"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/directvt/vtm/releases/download/v2026.07.22/vtm_windows_x86.7z",
|
|
"hash": "87730c8e739d43ec295270378360678c0a382b4af489fd8f930cb056df8742ed"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/directvt/vtm/releases/download/v2026.07.22/vtm_windows_arm64.7z",
|
|
"hash": "b72d9f1b847f5086528c49b69d0c296a0df7bc658b59d9bc3345419eb145b30c"
|
|
}
|
|
},
|
|
"bin": "vtm.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/directvt/vtm/releases/download/v$version/vtm_windows_x86_64.7z"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/directvt/vtm/releases/download/v$version/vtm_windows_x86.7z"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/directvt/vtm/releases/download/v$version/vtm_windows_arm64.7z"
|
|
}
|
|
}
|
|
}
|
|
}
|