diff options
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gdb/Makefile.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/toolchain/gdb/Makefile.inc b/toolchain/gdb/Makefile.inc index e36e43597..a30129815 100644 --- a/toolchain/gdb/Makefile.inc +++ b/toolchain/gdb/Makefile.inc @@ -2,8 +2,7 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= gdb -PKG_VERSION:= 7.7.1 -PKG_MD5SUM:= 45b07b53d81832d32ccd4829465d4886 +PKG_VERSION:= 7.8 PKG_RELEASE:= 1 +PKG_MD5SUM:= bd958fe9019d7c7896f29f6724a764ed PKG_SITES:= ${MASTER_SITE_GNU:=gdb/} -DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz |