Skip to content

Commit

Permalink
toolchain/gdb: update to 13.2
Browse files Browse the repository at this point in the history
Update the toolchain gdb to version 13.2.

Signed-off-by: Hannu Nyman <[email protected]>
  • Loading branch information
hnyman authored and PolynomialDivision committed Nov 10, 2023
1 parent 4fb8e68 commit a7a94bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toolchain/gdb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit a7a94bc

Please sign in to comment.