Update gdb from 7.31.0 to 8.0

This is a general maintenance and bugfix release.
This commit is contained in:
Casey Strouse
2017-06-16 14:55:08 -07:00
parent 42f646336b
commit c2fc26d300

View File

@@ -3,9 +3,9 @@ require 'package'
class Gdb < Package
description 'GDB, the GNU Project debugger, allows you to see what is going on \'inside\' another program while it executes -- or what another program was doing at the moment it crashed.'
homepage 'https://www.gnu.org/software/gdb/'
version '7.12.1.'
source_url 'https://ftp.gnu.org/gnu/gdb/gdb-7.12.1.tar.xz'
source_sha1 'ef77c5345d6f9fdcdf7a5d8503301242b701936e'
version '8.0'
source_url 'http://ftp.gnu.org/gnu/gdb/gdb-8.0.tar.xz'
source_sha1 '148c8e783ebf9b281241d0566db59961191ec64d'
depends_on "buildessential"
depends_on "ncurses"