mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
22 lines
751 B
JSON
22 lines
751 B
JSON
{
|
|
"version": "2.0.0-895",
|
|
"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.0.0-895/netcoredbg-win64.zip",
|
|
"hash": "a138b610489389721df59fec7684eadd13b251b5570658be22dfc1748dc39aae"
|
|
}
|
|
},
|
|
"extract_dir": "netcoredbg",
|
|
"checkver": "/releases/tag/(?:v|V)?([\\d.-]+)",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Samsung/netcoredbg/releases/download/$version/netcoredbg-win64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|