ScoopInstaller_Main/bucket/netcoredbg.json
2025-12-12 12:31:44 +00:00

23 lines
782 B
JSON

{
"version": "3.1.3-1062",
"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.3-1062/netcoredbg-win64.zip",
"hash": "c67ae052e0bcb9ce37000f261e2d397a0d5b6615cafe30c868239a78598dfb37"
}
},
"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"
}
}
}
}