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
2f8d6500
Commit
2f8d6500
authored
Jul 28, 2018
by
Chris Thurber
Committed by
GitHub
Jul 28, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2477 from uberhacker/update-binutils-package
Update binutils from 2.30-0 to 2.31.1
parents
8ee7c59a
1e30450c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
11 deletions
+15
-11
packages/binutils.rb
packages/binutils.rb
+15
-11
No files found.
packages/binutils.rb
View file @
2f8d6500
...
...
@@ -3,25 +3,29 @@ require 'package'
class
Binutils
<
Package
description
'The GNU Binutils are a collection of binary tools.'
homepage
'http://www.gnu.org/software/binutils/'
version
'2.3
0-0
'
source_url
'https://ftpmirror.gnu.org/binutils/binutils-2.3
0
.tar.xz'
source_sha256
'
6e46b8aeae2f727a36f0bd9505e405768a72218f1796f0d09757d45209871ae
6'
version
'2.3
1.1
'
source_url
'https://ftpmirror.gnu.org/binutils/binutils-2.3
1.1
.tar.xz'
source_sha256
'
5d20086ecf5752cc7d9134246e9588fa201740d540f7eb84d795b1f7a93bca8
6'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/binutils-2.3
0-0
-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/binutils-2.3
0-0
-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/binutils-2.3
0-0
-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/binutils-2.3
0-0
-chromeos-x86_64.tar.xz'
,
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/binutils-2.3
1.1
-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/binutils-2.3
1.1
-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/binutils-2.3
1.1
-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/binutils-2.3
1.1
-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'
4cc7528d1c7f6d5cf6e0cd713a14318272ca1354da9f400571b16a96a889a0eb
'
,
armv7l:
'
4cc7528d1c7f6d5cf6e0cd713a14318272ca1354da9f400571b16a96a889a0eb
'
,
i686:
'
cdd19802623b3184f53604813fbf207ca3f758b354cc26378412a9e452c133a2
'
,
x86_64:
'
c36989b8e1c84ff546bbb6d24d8022438e1f5ed17ea1dbe2a65d90ec1356c260
'
,
aarch64:
'
d95917350f3aea952cbff6226115599cb1ab78b2d0af98c4d4fc6487b6f4f133
'
,
armv7l:
'
d95917350f3aea952cbff6226115599cb1ab78b2d0af98c4d4fc6487b6f4f133
'
,
i686:
'
43a870b20c744dd7948e60c8d04971e2f8cb0600b90adb47a2c392bb24251293
'
,
x86_64:
'
d02caabe18956f1e03a7f59539fa5470622ebe833a635ef69535b2277b802222
'
,
})
depends_on
'filecmd'
depends_on
'texinfo'
def
self
.
build
system
"mkdir -vp build"
system
"for f in $(find . -name configure); do sed -i 's,/usr/bin/file,
#{
CREW_PREFIX
}
/bin/file,g' $f; done"
Dir
.
chdir
(
"build"
)
do
system
"../configure"
,
"--prefix=
#{
CREW_PREFIX
}
"
,
...
...
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