Updated file name for netcoredbg to reflect new filename. Overrode

version for macos since there is no new build for it yet.
This commit is contained in:
Tony Dwire 2021-03-09 19:55:38 -06:00
commit 38c843219e

View file

@ -237,11 +237,12 @@ GADGETS = {
}, },
'macos': { 'macos': {
'file_name': 'netcoredbg-osx.tar.gz', 'file_name': 'netcoredbg-osx.tar.gz',
'version': '1.2.0-536',
'checksum': 'checksum':
'71c773e34d358950f25119bade7e3081c4c2f9d71847bd49027ca5792e918beb', '71c773e34d358950f25119bade7e3081c4c2f9d71847bd49027ca5792e918beb',
}, },
'linux': { 'linux': {
'file_name': 'netcoredbg-linux-bionic.tar.gz', 'file_name': 'netcoredbg-linux-bionic-amd64.tar.gz',
'checksum': '', 'checksum': '',
}, },
'windows': { 'windows': {