ScoopInstaller_Main/bucket/netcoredbg.json
2023-03-24 20:26:17 +00:00

22 lines
751 B
JSON

{
"version": "2.2.0-974",
"description": "NetCoreDbg is a managed code debugger with MI interface for CoreCLR.",
"homepage": "https://github.com/Samsung/netcoredbg",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Samsung/netcoredbg/releases/download/2.2.0-974/netcoredbg-win64.zip",
"hash": "11796043a7f6b0f1d47d26f46ed424606acf32bbf8aedae4a66a8073c9308deb"
}
},
"extract_dir": "netcoredbg",
"checkver": "/releases/tag/(?:v|V)?([\\d.-]+)",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Samsung/netcoredbg/releases/download/$version/netcoredbg-win64.zip"
}
}
}
}