mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
22 lines
751 B
JSON
22 lines
751 B
JSON
{
|
|
"version": "2.2.0-974",
|
|
"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-974/netcoredbg-win64.zip",
|
|
"hash": "11796043a7f6b0f1d47d26f46ed424606acf32bbf8aedae4a66a8073c9308deb"
|
|
}
|
|
},
|
|
"extract_dir": "netcoredbg",
|
|
"checkver": "/releases/tag/(?:v|V)?([\\d.-]+)",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Samsung/netcoredbg/releases/download/$version/netcoredbg-win64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|