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.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"
|
|
}
|
|
}
|
|
}
|
|
}
|