Commit 9854e5fa authored by Damian Montero's avatar Damian Montero Committed by GitHub

Merge pull request #748 from cstrouse/update-gdb

Update gdb from 7.31.0 to 8.0
parents c1a3823f c2fc26d3
...@@ -3,9 +3,9 @@ require 'package' ...@@ -3,9 +3,9 @@ require 'package'
class Gdb < 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.' 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/' homepage 'https://www.gnu.org/software/gdb/'
version '7.12.1.' version '8.0'
source_url 'https://ftp.gnu.org/gnu/gdb/gdb-7.12.1.tar.xz' source_url 'http://ftp.gnu.org/gnu/gdb/gdb-8.0.tar.xz'
source_sha1 'ef77c5345d6f9fdcdf7a5d8503301242b701936e' source_sha1 '148c8e783ebf9b281241d0566db59961191ec64d'
depends_on "buildessential" depends_on "buildessential"
depends_on "ncurses" depends_on "ncurses"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment