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
Łukasz Nowak
chromebrew
Commits
b6feec75
Commit
b6feec75
authored
Apr 27, 2020
by
Casey Strouse
Committed by
GitHub
Apr 27, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4039 from uberhacker/update-curl-package
Update curl from 7.67.0 to 7.69.1
parents
67d3b558
58857835
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
11 deletions
+12
-11
packages/curl.rb
packages/curl.rb
+12
-11
No files found.
packages/curl.rb
View file @
b6feec75
...
@@ -3,21 +3,21 @@ require 'package'
...
@@ -3,21 +3,21 @@ require 'package'
class
Curl
<
Package
class
Curl
<
Package
description
'Command line tool and library for transferring data with URLs.'
description
'Command line tool and library for transferring data with URLs.'
homepage
'https://curl.haxx.se/'
homepage
'https://curl.haxx.se/'
version
'7.6
7.0
'
version
'7.6
9.1
'
source_url
'https://curl.haxx.se/download/curl-7.6
7.0
.tar.xz'
source_url
'https://curl.haxx.se/download/curl-7.6
9.1
.tar.xz'
source_sha256
'
f5d2e7320379338c3952dcc7566a140abb49edb575f9f99272455785c40e536c
'
source_sha256
'
03c7d5e6697f7b7e40ada1b2256e565a555657398e6c1fcfa4cb251ccd819d4f
'
binary_url
({
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/curl-7.6
7.0
-chromeos-armv7l.tar.xz'
,
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/curl-7.6
9.1
-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/curl-7.6
7.0
-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/curl-7.6
9.1
-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/curl-7.6
7.0
-chromeos-i686.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/curl-7.6
9.1
-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/curl-7.6
7.0
-chromeos-x86_64.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/curl-7.6
9.1
-chromeos-x86_64.tar.xz'
,
})
})
binary_sha256
({
binary_sha256
({
aarch64:
'
5ae1098c3ab701d280fcef2266fd55d89c7c2b258a2a54141ad01abdaa394f54
'
,
aarch64:
'
991776840afbdf259a7d0e2c04669cfdbc6732f99c1f967541ede6be8d4b3623
'
,
armv7l:
'
5ae1098c3ab701d280fcef2266fd55d89c7c2b258a2a54141ad01abdaa394f54
'
,
armv7l:
'
991776840afbdf259a7d0e2c04669cfdbc6732f99c1f967541ede6be8d4b3623
'
,
i686:
'
497a670dbe39877b48916f3545d6a75b855624635e6c93806bd47c9280d3e490
'
,
i686:
'
62ed095da0b4344ef7e6d73d474d76899a5d8c3c62b8b337159d2707e5b494b3
'
,
x86_64:
'
1c12008aa3b2c72084b2bae2c8e4c3246dc8358e25222c159ddf24ec0776ae5c
'
,
x86_64:
'
ad171822283ad474aa1235ce385541c66e08f299441d6e0d718b2272c5e56cbf
'
,
})
})
depends_on
'groff'
=>
:build
depends_on
'groff'
=>
:build
...
@@ -30,6 +30,7 @@ class Curl < Package
...
@@ -30,6 +30,7 @@ class Curl < Package
def
self
.
build
def
self
.
build
ENV
[
'LIBRARY_PATH'
]
=
CREW_LIB_PREFIX
ENV
[
'LIBRARY_PATH'
]
=
CREW_LIB_PREFIX
ENV
[
'TMPDIR'
]
=
"
#{
CREW_PREFIX
}
/tmp"
system
'./configure'
,
system
'./configure'
,
"--prefix=
#{
CREW_PREFIX
}
"
,
"--prefix=
#{
CREW_PREFIX
}
"
,
"--libdir=
#{
CREW_LIB_PREFIX
}
"
,
"--libdir=
#{
CREW_LIB_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