summaryrefslogtreecommitdiffstats
path: root/src/gdb.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2016-02-24 16:59:27 (GMT)
committerMark Brand <mabrand@mabrand.nl>2016-02-24 16:59:27 (GMT)
commit3d699638d2241c4eae1ba25cb3903f391858b13a (patch)
tree8807d0599caff18134097f7c709c0b539a5763aa /src/gdb.mk
parent89e4d7c0cbb2762dd01d69f1f97df79e1496058b (diff)
downloadmxe-3d699638d2241c4eae1ba25cb3903f391858b13a.zip
mxe-3d699638d2241c4eae1ba25cb3903f391858b13a.tar.gz
mxe-3d699638d2241c4eae1ba25cb3903f391858b13a.tar.bz2
gdb: update
Diffstat (limited to 'src/gdb.mk')
-rw-r--r--src/gdb.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gdb.mk b/src/gdb.mk
index 73dfc6e..9e0d82d 100644
--- a/src/gdb.mk
+++ b/src/gdb.mk
@@ -2,8 +2,8 @@
# See index.html for further information.
PKG := gdb
-$(PKG)_VERSION := 7.10.1
-$(PKG)_CHECKSUM := 25c72f3d41c7c8554d61cacbeacd5f40993276d2ccdec43279ac546e3993d6d5
+$(PKG)_VERSION := 7.11
+$(PKG)_CHECKSUM := 7a434116cb630d77bb40776e8f5d3937bed11dea56bafebb4d2bc5dd389fe5c1
$(PKG)_SUBDIR := gdb-$($(PKG)_VERSION)
$(PKG)_FILE := gdb-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := http://ftp.gnu.org/pub/gnu/$(PKG)/$($(PKG)_FILE)