Commit 279807ab authored by Ed Reel's avatar Ed Reel

Update curl from 7.57.0-1 to 7.59.0

Add pre-built binaries
parent ca2aec4e
...@@ -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.57.0-1' version '7.59.0'
source_url 'https://curl.haxx.se/download/curl-7.57.0.tar.xz' source_url 'https://curl.haxx.se/download/curl-7.59.0.tar.xz'
source_sha256 'f5f6fd3c72b7b8389969f4fb671ed8532fa9b5bb7a5cae7ca89bc1cea45c7878' source_sha256 'e44eaabdf916407585bf5c7939ff1161e6242b6b015d3f2f5b758b2a330461fc'
binary_url ({ binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/curl-7.57.0-1-chromeos-armv7l.tar.xz', aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/curl-7.59.0-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/curl-7.57.0-1-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.57.0-1-chromeos-i686.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.57.0-1-chromeos-x86_64.tar.xz', x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/curl-7.59.0-chromeos-x86_64.tar.xz',
}) })
binary_sha256 ({ binary_sha256 ({
aarch64: '1805db33717f18a38933f6bc13e4135856c5576a4501797aefba5f05714cbca5', aarch64: 'f4e2c9f252ab2ec8b017ca7cc2232119cb82d032815365ba3ca7887505b0bb11',
armv7l: '1805db33717f18a38933f6bc13e4135856c5576a4501797aefba5f05714cbca5', armv7l: 'f4e2c9f252ab2ec8b017ca7cc2232119cb82d032815365ba3ca7887505b0bb11',
i686: '1ae5e21dab5a93a3a6f49981b33f035ee5e7226d0f92ad15c085ec3c2bb99f6d', i686: '6d02fa76384f3750de4d3e670fb42054b0042746a8cc88746d3114c394390798',
x86_64: '7dec09c121ac5f7028e43e88cf20214d8d3b358c1fe097ef9e4ba0d924816b25', x86_64: '1d0d949a5b56638e049ce6959b48007653df9f50bdadd3cf0d6f68d90b24667b',
}) })
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