summaryrefslogtreecommitdiffstats
path: root/src/gdb.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2019-09-21 00:42:11 (GMT)
committerMark Brand <mabrand@mabrand.nl>2019-09-21 00:42:11 (GMT)
commit5bc882d019e28d66a1bc2d14e9d361e848de7f64 (patch)
treeaa38ac9614cf3f96576e761493ed29895e5a7adf /src/gdb.mk
parent90da28981e48b9c8e51d9ad20c715f1869a9e67b (diff)
downloadmxe-5bc882d019e28d66a1bc2d14e9d361e848de7f64.zip
mxe-5bc882d019e28d66a1bc2d14e9d361e848de7f64.tar.gz
mxe-5bc882d019e28d66a1bc2d14e9d361e848de7f64.tar.bz2
update gdb
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 30cff95..0ecd253 100644
--- a/src/gdb.mk
+++ b/src/gdb.mk
@@ -2,8 +2,8 @@
PKG := gdb
$(PKG)_WEBSITE := https://www.gnu.org/software/gdb/
-$(PKG)_VERSION := 8.3
-$(PKG)_CHECKSUM := 802f7ee309dcc547d65a68d61ebd6526762d26c3051f52caebe2189ac1ffd72e
+$(PKG)_VERSION := 8.3.1
+$(PKG)_CHECKSUM := 1e55b4d7cdca7b34be12f4ceae651623aa73b2fd640152313f9f66a7149757c4
$(PKG)_SUBDIR := gdb-$($(PKG)_VERSION)
$(PKG)_FILE := gdb-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://ftp.gnu.org/gnu/$(PKG)/$($(PKG)_FILE)