Commit 2639b29d authored by Ed Reel's avatar Ed Reel Committed by GitHub

Merge pull request #1726 from skiman6010/patch-1

Update gdb.rb
parents 28ae0275 d9e5aa89
......@@ -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 '8.0.1'
source_url 'https://ftp.gnu.org/gnu/gdb/gdb-8.0.1.tar.xz'
source_sha256 '3dbd5f93e36ba2815ad0efab030dcd0c7b211d7b353a40a53f4c02d7d56295e3'
version '8.1'
source_url 'https://ftpmirror.gnu.org/gdb/gdb-8.1.tar.xz'
source_sha256 'af61a0263858e69c5dce51eab26662ff3d2ad9aa68da9583e8143b5426be4b34'
binary_url ({
})
......
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