summaryrefslogtreecommitdiffstats
path: root/toolchain/gdb
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2023-11-07 20:54:51 +0200
committerNick Hainke <vincent@systemli.org>2023-11-10 08:39:38 +0100
commita7a94bc4f035dc4e82e01d19e6b6c2bb85d6c8bc (patch)
tree9bd190beb54464666150f108f8a1f8da11472b5b /toolchain/gdb
parent4fb8e68bc40d7f6f898477c5570b317f50b7b069 (diff)
downloadopenwrt-a7a94bc4f035dc4e82e01d19e6b6c2bb85d6c8bc.tar.gz
openwrt-a7a94bc4f035dc4e82e01d19e6b6c2bb85d6c8bc.tar.bz2
openwrt-a7a94bc4f035dc4e82e01d19e6b6c2bb85d6c8bc.zip
toolchain/gdb: update to 13.2
Update the toolchain gdb to version 13.2. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'toolchain/gdb')
-rw-r--r--toolchain/gdb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile
index 474a18e95f..71b1613934 100644
--- a/toolchain/gdb/Makefile
+++ b/toolchain/gdb/Makefile
@@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gdb
-PKG_VERSION:=12.1
+PKG_VERSION:=13.2
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/gdb
-PKG_HASH:=0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed
+PKG_HASH:=fd5bebb7be1833abdb6e023c2f498a354498281df9d05523d8915babeb893f0a
PKG_CPE_ID:=cpe:/a:gnu:gdb
GDB_DIR:=$(PKG_NAME)-$(PKG_VERSION)