ScoopInstaller_Main/bucket/netcoredbg.json
2024-03-22 12:30:11 +00:00

23 lines
782 B
JSON

{
"version": "3.1.0-1031",
"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.0-1031/netcoredbg-win64.zip",
"hash": "bc1d1b8a948cd2c03bc41edac56096db090fbc42078d08ef11116d83bf910d51"
}
},
"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"
}
}
}
}