Commit 7d8b15a7 authored by Chris Thurber's avatar Chris Thurber Committed by GitHub

Merge pull request #2485 from uberhacker/update-curl-package

Update curl from 7.59.0 to 7.61.0
parents 38dcfba6 87475d6f
...@@ -3,26 +3,24 @@ require 'package' ...@@ -3,26 +3,24 @@ 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.59.0' version '7.61.0'
source_url 'https://curl.haxx.se/download/curl-7.59.0.tar.xz' source_url 'https://curl.haxx.se/download/curl-7.61.0.tar.xz'
source_sha256 'e44eaabdf916407585bf5c7939ff1161e6242b6b015d3f2f5b758b2a330461fc' source_sha256 'ef6e55192d04713673b4409ccbcb4cb6cd723137d6e10ca45b0c593a454e1720'
binary_url ({ binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/curl-7.59.0-chromeos-armv7l.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.59.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.59.0-chromeos-i686.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.59.0-chromeos-x86_64.tar.xz', x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/curl-7.61.0-chromeos-x86_64.tar.xz',
}) })
binary_sha256 ({ binary_sha256 ({
aarch64: 'f4e2c9f252ab2ec8b017ca7cc2232119cb82d032815365ba3ca7887505b0bb11', aarch64: 'fa84e0d50c5f50f7bbe16ef84dead422a74c1b86836793c7779f8450602c2ff5',
armv7l: 'f4e2c9f252ab2ec8b017ca7cc2232119cb82d032815365ba3ca7887505b0bb11', armv7l: 'fa84e0d50c5f50f7bbe16ef84dead422a74c1b86836793c7779f8450602c2ff5',
i686: '6d02fa76384f3750de4d3e670fb42054b0042746a8cc88746d3114c394390798', i686: '199f1ed50293b6f8167b343edeb261e7e5d92934019a76d71c06d3a6938a73b9',
x86_64: '1d0d949a5b56638e049ce6959b48007653df9f50bdadd3cf0d6f68d90b24667b', x86_64: 'd59e500171ebe3369683425a5d68d90996f17f12cb21d5071134250fa815f427',
}) })
depends_on 'groff' => :build depends_on 'groff' => :build
depends_on 'libssh2'
depends_on 'openssl'
depends_on 'rtmpdump' depends_on 'rtmpdump'
def self.build def self.build
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment