ScoopInstaller_Main/bucket/netcoredbg.json
2022-09-16 20:29:40 +00:00

22 lines
751 B
JSON

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