cross-arm-none-eabi-gdb: update to 13.2

Fixes problem where 12.1 arm-gdb was trying to use python scripts from
13.1 host gdb

fixes #44594
This commit is contained in:
Tom Greig 2023-03-28 22:25:42 +01:00 committed by classabbyamp
parent 4f7288bdad
commit 2489807e81

View file

@ -1,6 +1,6 @@
# Template file for 'cross-arm-none-eabi-gdb'
pkgname=cross-arm-none-eabi-gdb
version=12.1
version=13.2
revision=1
build_style=gnu-configure
configure_args="--target=arm-none-eabi --disable-werror --disable-nls --with-system-readline
@ -18,7 +18,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://www.gnu.org/software/gdb"
distfiles="${GNU_SITE}/gdb/gdb-${version}.tar.xz"
checksum=0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed
checksum=fd5bebb7be1833abdb6e023c2f498a354498281df9d05523d8915babeb893f0a
make_check=no # See gdb/template.
if [ "${CROSS_BUILD}" ]; then