Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
c2fc26d3
Commit
c2fc26d3
authored
Jun 16, 2017
by
Casey Strouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update gdb from 7.31.0 to 8.0
This is a general maintenance and bugfix release.
parent
42f64633
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
packages/gdb.rb
packages/gdb.rb
+3
-3
No files found.
packages/gdb.rb
View file @
c2fc26d3
...
...
@@ -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
'http
s://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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment