summaryrefslogtreecommitdiffstats
path: root/src/gdb.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2018-02-04 16:55:49 (GMT)
committerMark Brand <mabrand@mabrand.nl>2018-02-04 16:55:49 (GMT)
commitb92e48088ad34a391790b06b52548fad0cc8edcb (patch)
treeaf6e6b3693601eaf44328127b93ba52a1c7aca57 /src/gdb.mk
parent48ae154114f05f12577e7a3050acbbe94be6e3ff (diff)
downloadmxe-b92e48088ad34a391790b06b52548fad0cc8edcb.zip
mxe-b92e48088ad34a391790b06b52548fad0cc8edcb.tar.gz
mxe-b92e48088ad34a391790b06b52548fad0cc8edcb.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 c5d17e1..22c6a9f 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.0.1
-$(PKG)_CHECKSUM := 3dbd5f93e36ba2815ad0efab030dcd0c7b211d7b353a40a53f4c02d7d56295e3
+$(PKG)_VERSION := 8.1
+$(PKG)_CHECKSUM := af61a0263858e69c5dce51eab26662ff3d2ad9aa68da9583e8143b5426be4b34
$(PKG)_SUBDIR := gdb-$($(PKG)_VERSION)
$(PKG)_FILE := gdb-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://ftp.gnu.org/gnu/$(PKG)/$($(PKG)_FILE)