From c78d00cf59c7be01b4fd3f1493f1d13d9ab606dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Jan 2023 00:33:13 +0000 Subject: [PATCH] openocd: Update to version 0.12.0 --- bucket/openocd.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/openocd.json b/bucket/openocd.json index 364577bc8e..b1eed74a7a 100644 --- a/bucket/openocd.json +++ b/bucket/openocd.json @@ -1,10 +1,10 @@ { - "version": "0.11.0", + "version": "0.12.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://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", + "url": "https://github.com/openocd-org/openocd/releases/download/v0.12.0/openocd-v0.12.0-i686-w64-mingw32.tar.gz", + "hash": "d7168545a6d5df4772b6090d470650f3eb8c9732dbd19b1f9027824c7f4a6fa3", "bin": "bin\\openocd.exe", "checkver": { "github": "https://github.com/openocd-org/openocd"