Update OpenOCD version to 0.11.0 (20210729) (#2914)

* Update OpenOCD version to 0.11.0 (20210729)

* Fix OpenOCD homepage

Thank you @pratikpc

* Update OpenOCD with its official GitHub mirror

Check version and auto updates

* Set binary file other than set path variable

* Change homepage of OpenOCD to GitHub mirror

and fix checkver, fix autoupdate

* Update checkver section for OpenOCD
This commit is contained in:
Luo Jia 2021-11-09 19:04:33 +08:00 committed by GitHub
parent 60bbc52bce
commit 2ae723446a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,15 @@
{
"version": "20201228",
"version": "0.11.0",
"description": "OpenOCD is an open-source tool that allows debugging various ARM devices with GDB using a wide variety of JTAG programmers.",
"homepage": "https://gnutoolchains.com/arm-eabi/openocd/",
"license": "Unknown",
"url": "https://sysprogs.com/getfile/1364/openocd-20201228.7z",
"hash": "2a45b7fee2974c36650c5bae95daa9b577c2241557332818f08e27a364de4311",
"extract_dir": "OpenOCD-20201228-0.10.0",
"env_add_path": "bin"
"homepage": "https://openocd.org/",
"license": "GPL-2.0-or-later",
"url": "https://github.com/openocd-org/openocd/releases/download/v0.11.0/openocd-v0.11.0-i686-w64-mingw32.tar.gz",
"hash": "b195e3c3e9fe3f4fe9dfd9780ff08336ef8ed3015a76cc883d9e21e57c456f33",
"bin": "bin\\openocd.exe",
"checkver": {
"github": "https://github.com/openocd-org/openocd"
},
"autoupdate": {
"url": "https://github.com/openocd-org/openocd/releases/download/v$version/openocd-v$version-i686-w64-mingw32.tar.gz"
}
}