ScoopInstaller_Main/bucket/netcoredbg.json
2022-06-07 16:30:31 +00:00

22 lines
751 B
JSON

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