ScoopInstaller_Main/bucket/netcoredbg.json
2022-09-02 16:31:01 +00:00

22 lines
751 B
JSON

{
"version": "2.2.0-945",
"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-945/netcoredbg-win64.zip",
"hash": "902b573f56ddec9f425860daba798ea86be0d3e5ec017af2d1710380fa8bce1b"
}
},
"extract_dir": "netcoredbg",
"checkver": "/releases/tag/(?:v|V)?([\\d.-]+)",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Samsung/netcoredbg/releases/download/$version/netcoredbg-win64.zip"
}
}
}
}