ScoopInstaller_Main/bucket/netcoredbg.json
amansheim-bm-net 8500a4a923
NetCoreDbg: Add version 2.0.0-859 (#554)
* Add NetCoreDbg

* Update netcoredbg.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
2021-12-02 23:22:10 +05:30

22 lines
751 B
JSON

{
"version": "2.0.0-859",
"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-859/netcoredbg-win64.zip",
"hash": "6d6846deddb9506d39828d10dfea97843e34da27252acaee6c7f11432a174eb0"
}
},
"extract_dir": "netcoredbg",
"checkver": "/releases/tag/(?:v|V)?([\\d.-]+)",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Samsung/netcoredbg/releases/download/$version/netcoredbg-win64.zip"
}
}
}
}