ScoopInstaller_Main/bucket/netcoredbg.json
2024-09-05 12:31:43 +00:00

23 lines
782 B
JSON

{
"version": "3.1.1-1042",
"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.1.1-1042/netcoredbg-win64.zip",
"hash": "174b6d5cabb508105df83b1f5d2b8ad2b8a096a9bbfd81fc1273160b5fc433c1"
}
},
"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"
}
}
}
}