summaryrefslogtreecommitdiffstats
path: root/src/gdb.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2014-10-30 20:54:32 (GMT)
committerMark Brand <mabrand@mabrand.nl>2014-10-30 21:04:33 (GMT)
commit46d0ebf40cf85f82d710b603ba786ed24457cffa (patch)
treea019ab7bfc5cd5a81c03f6e76f05d183bb481370 /src/gdb.mk
parent473c2984432d19c6cd0f7782c550346e5d9436d0 (diff)
downloadmxe-46d0ebf40cf85f82d710b603ba786ed24457cffa.zip
mxe-46d0ebf40cf85f82d710b603ba786ed24457cffa.tar.gz
mxe-46d0ebf40cf85f82d710b603ba786ed24457cffa.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 6d57a46..066a2bf 100644
--- a/src/gdb.mk
+++ b/src/gdb.mk
@@ -2,8 +2,8 @@
# See index.html for further information.
PKG := gdb
-$(PKG)_VERSION := 7.8
-$(PKG)_CHECKSUM := fc43f1f2e651df1c69e7707130fd6864c2d7a428
+$(PKG)_VERSION := 7.8.1
+$(PKG)_CHECKSUM := f597f6245898532eda9e85832b928e3416e0fd34
$(PKG)_SUBDIR := gdb-$($(PKG)_VERSION)
$(PKG)_FILE := gdb-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := http://ftp.gnu.org/pub/gnu/$(PKG)/$($(PKG)_FILE)