gdb: Update to 13.2
[openwrt/staging/wigyori.git] / package / devel / gdb / Makefile
index 24569634a9c16114138bc65792ca34224fdb56dc..20a40eb8bbed63b1dd00c7a0143ac39436c43415 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gdb
-PKG_VERSION:=11.1
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_VERSION:=13.2
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@GNU/gdb
-PKG_HASH:=cccfcc407b20d343fb320d4a9a2110776dd3165118ffd41f4b1b162340333f94
+PKG_HASH:=fd5bebb7be1833abdb6e023c2f498a354498281df9d05523d8915babeb893f0a
 
 PKG_BUILD_PARALLEL:=1
 PKG_INSTALL:=1
@@ -66,6 +66,7 @@ CONFIGURE_ARGS+= \
        --without-mpc \
        --without-mpfr \
        --without-isl \
+       --without-xxhash \
        --with-libgmp-prefix=$(STAGING_DIR)/usr
 
 CONFIGURE_VARS+= \