Commit 923ae649 authored by Casey Strouse's avatar Casey Strouse Committed by Ed Reel

Update curl from 7.64.1 to 7.66.0 (#3470)

parent 90aa3241
...@@ -3,21 +3,13 @@ require 'package' ...@@ -3,21 +3,13 @@ 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.64.1' version '7.66.0'
source_url 'https://curl.haxx.se/download/curl-7.64.1.tar.xz' source_url 'https://curl.haxx.se/download/curl-7.66.0.tar.xz'
source_sha256 '9252332a7f871ce37bfa7f78bdd0a0e3924d8187cc27cb57c76c9474a7168fb3' source_sha256 'dbb48088193016d079b97c5c3efde8efa56ada2ebf336e8a97d04eb8e2ed98c1'
binary_url ({ binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/curl-7.64.1-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/curl-7.64.1-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/curl-7.64.1-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/curl-7.64.1-chromeos-x86_64.tar.xz',
}) })
binary_sha256 ({ binary_sha256 ({
aarch64: '19860f4f84b100e306940aebd25c389e64fd87941b02daae842211b5f9ca4123',
armv7l: '19860f4f84b100e306940aebd25c389e64fd87941b02daae842211b5f9ca4123',
i686: '1545311084cc3db7252883fc80cb5eb12a0c519dae91cdd96f5a449fa2c278e5',
x86_64: 'b00a4605990253654ca1a57359d043c614a8e28acab6981c344ff2b45c5ff3ea',
}) })
depends_on 'groff' => :build depends_on 'groff' => :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