From d1a62eba668441d3b4101c75324331f458d45c44 Mon Sep 17 00:00:00 2001 From: pranve Date: Wed, 15 Sep 2021 00:14:59 +0000 Subject: [PATCH] merge to r2.4 --- tensorflow/workspace.bzl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl index 544b5d536d218e..58b26e3cb33ebe 100755 --- a/tensorflow/workspace.bzl +++ b/tensorflow/workspace.bzl @@ -638,12 +638,12 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""): tf_http_archive( name = "curl", build_file = clean_dep("//third_party:curl.BUILD"), - sha256 = "b0a3428acb60fa59044c4d0baae4e4fc09ae9af1d8a3aa84b2e3fbcd99841f77", - strip_prefix = "curl-7.77.0", + sha256 = "ed936c0b02c06d42cf84b39dd12bb14b62d77c7c4e875ade022280df5dcc81d7", + strip_prefix = "curl-7.78.0", system_build_file = clean_dep("//third_party/systemlibs:curl.BUILD"), urls = [ - "https://storage.googleapis.com/mirror.tensorflow.org/curl.haxx.se/download/curl-7.77.0.tar.gz", - "https://curl.haxx.se/download/curl-7.77.0.tar.gz", + "https://storage.googleapis.com/mirror.tensorflow.org/curl.haxx.se/download/curl-7.78.0.tar.gz", + "https://curl.haxx.se/download/curl-7.78.0.tar.gz", ], )