mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
gdb -> 11.1 (#6018)
* gdb rebuild with new boost * armv7l rebuild * Rebuild to remove curl dep * Update to 11.1 * fix typo * update i686 build
This commit is contained in:
@@ -6,26 +6,25 @@ require 'package'
|
||||
class Gdb < Package
|
||||
description 'The GNU Debugger'
|
||||
homepage 'https://www.gnu.org/software/gdb/'
|
||||
version '10.2'
|
||||
version '11.1'
|
||||
license 'GPL3'
|
||||
compatibility 'all'
|
||||
source_url 'https://ftp.gnu.org/gnu/gdb/gdb-10.2.tar.xz'
|
||||
source_sha256 'aaa1223d534c9b700a8bec952d9748ee1977513f178727e1bee520ee000b4f29'
|
||||
source_url 'https://ftp.gnu.org/gnu/gdb/gdb-11.1.tar.xz'
|
||||
source_sha256 'cccfcc407b20d343fb320d4a9a2110776dd3165118ffd41f4b1b162340333f94'
|
||||
|
||||
binary_url({
|
||||
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/gdb/10.2_armv7l/gdb-10.2-chromeos-armv7l.tpxz',
|
||||
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/gdb/10.2_armv7l/gdb-10.2-chromeos-armv7l.tpxz',
|
||||
i686: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/gdb/10.2_i686/gdb-10.2-chromeos-i686.tpxz',
|
||||
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/gdb/10.2_x86_64/gdb-10.2-chromeos-x86_64.tpxz'
|
||||
i686: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/gdb/11.1_i686/gdb-11.1-chromeos-i686.tar.xz',
|
||||
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/gdb/11.1_armv7l/gdb-11.1-chromeos-armv7l.tpxz',
|
||||
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/gdb/11.1_armv7l/gdb-11.1-chromeos-armv7l.tpxz',
|
||||
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/gdb/11.1_x86_64/gdb-11.1-chromeos-x86_64.tpxz'
|
||||
})
|
||||
binary_sha256({
|
||||
aarch64: 'c3a708da100b18e4da8d22cfe3f046d7fbebe1f62af6f6f0fd19b3cceb75e349',
|
||||
armv7l: 'c3a708da100b18e4da8d22cfe3f046d7fbebe1f62af6f6f0fd19b3cceb75e349',
|
||||
i686: 'a25af22de11214b9d6011d533b47dac518f1c1ac7cc49f0cd1f2cca312167308',
|
||||
x86_64: 'f3b420aff23c86604c9b0e4945458d734764f18372808bc5bddff568e1ed7262'
|
||||
i686: '5ed42d4d144048f46d888079719431d5031f39f60f392dd690d72fe52233e19f',
|
||||
aarch64: 'd790322bdc75abf93546a0845c55562e9ef358edd5f80883c4847b630bda6c27',
|
||||
armv7l: 'd790322bdc75abf93546a0845c55562e9ef358edd5f80883c4847b630bda6c27',
|
||||
x86_64: 'f3d0bb232d38629b0c25e12d29a5098a7d6fb01abcc65e914401b313b5d0bd68'
|
||||
})
|
||||
|
||||
depends_on 'libcurl' # R
|
||||
depends_on 'mpfr' # R
|
||||
depends_on 'gmp' # R
|
||||
depends_on 'source_highlight' # R
|
||||
|
||||
Reference in New Issue
Block a user