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
7d8b15a7
Commit
7d8b15a7
authored
6 years ago
by
Chris Thurber
Committed by
GitHub
6 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2485 from uberhacker/update-curl-package
Update curl from 7.59.0 to 7.61.0
parents
38dcfba6
87475d6f
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
13 deletions
+11
-13
packages/curl.rb
packages/curl.rb
+11
-13
No files found.
packages/curl.rb
View file @
7d8b15a7
...
...
@@ -3,26 +3,24 @@ require 'package'
class
Curl
<
Package
description
'Command line tool and library for transferring data with URLs.'
homepage
'https://curl.haxx.se/'
version
'7.
59
.0'
source_url
'https://curl.haxx.se/download/curl-7.
59
.0.tar.xz'
source_sha256
'e
44eaabdf916407585bf5c7939ff1161e6242b6b015d3f2f5b758b2a330461fc
'
version
'7.
61
.0'
source_url
'https://curl.haxx.se/download/curl-7.
61
.0.tar.xz'
source_sha256
'e
f6e55192d04713673b4409ccbcb4cb6cd723137d6e10ca45b0c593a454e1720
'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/curl-7.
59
.0-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/curl-7.
59
.0-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/curl-7.
59
.0-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/curl-7.
59
.0-chromeos-x86_64.tar.xz'
,
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/curl-7.
61
.0-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/curl-7.
61
.0-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/curl-7.
61
.0-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/curl-7.
61
.0-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'f
4e2c9f252ab2ec8b017ca7cc2232119cb82d032815365ba3ca7887505b0bb11
'
,
armv7l:
'f
4e2c9f252ab2ec8b017ca7cc2232119cb82d032815365ba3ca7887505b0bb11
'
,
i686:
'
6d02fa76384f3750de4d3e670fb42054b0042746a8cc88746d3114c394390798
'
,
x86_64:
'
1d0d949a5b56638e049ce6959b48007653df9f50bdadd3cf0d6f68d90b24667b
'
,
aarch64:
'f
a84e0d50c5f50f7bbe16ef84dead422a74c1b86836793c7779f8450602c2ff5
'
,
armv7l:
'f
a84e0d50c5f50f7bbe16ef84dead422a74c1b86836793c7779f8450602c2ff5
'
,
i686:
'
199f1ed50293b6f8167b343edeb261e7e5d92934019a76d71c06d3a6938a73b9
'
,
x86_64:
'
d59e500171ebe3369683425a5d68d90996f17f12cb21d5071134250fa815f427
'
,
})
depends_on
'groff'
=>
:build
depends_on
'libssh2'
depends_on
'openssl'
depends_on
'rtmpdump'
def
self
.
build
...
...
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