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
56feaed5
Commit
56feaed5
authored
7 years ago
by
Damian Montero
Committed by
GitHub
7 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #638 from jam7/update/curl
Update curl to 7.54.0
parents
b0561462
8528e4ac
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
13 deletions
+24
-13
packages/curl.rb
packages/curl.rb
+24
-13
No files found.
packages/curl.rb
View file @
56feaed5
require
'package'
require
'package'
class
Curl
<
Package
class
Curl
<
Package
version
'7.32.0'
version
'7.54.0'
binary_url
({
source_url
'https://curl.haxx.se/download/curl-7.54.0.tar.bz2'
aarch64:
'https://dl.dropboxusercontent.com/s/vvs612glzxrnjva/curl-7.32.0-chromeos-armv7l.tar.xz'
,
source_sha1
'e1cc251508e98bc5a8b9d5c40d8a4f6e48465d1c'
armv7l:
'https://dl.dropboxusercontent.com/s/vvs612glzxrnjva/curl-7.32.0-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.dropboxusercontent.com/s/h3x2iiy5ibi97vr/curl-7.32.0-chromeos-i686.tar.gz?token_hash=AAETu-MnNyBTCHQbkh4O817QbNK3wRLbAP_gQhjgNyFGtw&dl=1'
,
depends_on
'openssl'
=>
:build
x86_64:
'https://dl.dropboxusercontent.com/s/u2hmmd6wfz25qnn/curl-7.32.0-chromeos-x86_64.tar.gz?token_hash=AAGHjx6ATIsDW-Xi4pNUbCMknfWUa6GGQbAquWDkH1xzgg&dl=1'
,
depends_on
'zlibpkg'
=>
:build
})
depends_on
'libssh2'
binary_sha1
({
depends_on
'groff'
=>
:build
aarch64:
'5d974555b12b54ec47f044dc1cfe7a8ed31bb7e7'
,
armv7l:
'5d974555b12b54ec47f044dc1cfe7a8ed31bb7e7'
,
def
self
.
build
i686:
'af3abbae663884ed367c5b6b467ebb310052f53f'
,
system
"./configure"
,
"--disable-static"
x86_64:
'94766f554b195583040e31ce8e85846d8271ac11'
,
system
"make"
})
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install-strip"
# strip debug symbol from library
system
"strip -S
#{
CREW_DEST_DIR
}
/usr/local/lib/libcurl.so.*"
end
def
self
.
check
system
"make"
,
"test"
end
end
end
This diff is collapsed.
Click to expand it.
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