mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
23 lines
782 B
JSON
23 lines
782 B
JSON
{
|
|
"version": "3.0.0-1006",
|
|
"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.0.0-1006/netcoredbg-win64.zip",
|
|
"hash": "3fc8cca136514140e61325127f0dbbcf8e8df435c82501a3cd3faacac9911415"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|