ScoopInstaller_Main/bucket/netcoredbg.json
2023-12-16 00:33:41 +00:00

23 lines
782 B
JSON

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