changeset 4851:81b9b5a82c77

* src/gdb.mk: update to v8.2
author John Donoghue
date Mon, 08 Oct 2018 09:12:40 -0400
parents 701107c7516e
children 376a01935f66
files src/gdb.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/gdb.mk	Mon Oct 08 08:57:51 2018 -0400
+++ b/src/gdb.mk	Mon Oct 08 09:12:40 2018 -0400
@@ -2,8 +2,8 @@
 # See index.html for further information.
 
 PKG             := gdb
-$(PKG)_VERSION  := 8.1.1
-$(PKG)_CHECKSUM := 8c04c12f11b5ba74e7506785632c7fc593ead90f
+$(PKG)_VERSION  := 8.2
+$(PKG)_CHECKSUM := ee66294d87a109f88a459d0da5d0bb2da5135f45
 $(PKG)_SUBDIR   := gdb-$($(PKG)_VERSION)
 $(PKG)_FILE     := gdb-$($(PKG)_VERSION).tar.xz
 $(PKG)_URL      := ftp://ftp.gnu.org/pub/gnu/$(PKG)/$($(PKG)_FILE)