mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
NetCoreDbg: Add version 2.0.0-859 (#554)
* Add NetCoreDbg * Update netcoredbg.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
9b4837b17b
commit
8500a4a923
21
bucket/netcoredbg.json
Normal file
21
bucket/netcoredbg.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user