ScoopInstaller_Main/bucket/netcoredbg.json
2021-12-10 16:29:50 +00:00

22 lines
751 B
JSON

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