Skip to content

Commit

Permalink
curl upgrade to 7.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nammbash committed Aug 20, 2021
1 parent 919f693 commit 2100a63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tensorflow/workspace2.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -612,12 +612,12 @@ def _tf_repositories():
tf_http_archive(
name = "curl",
build_file = "//third_party:curl.BUILD",
sha256 = "b0a3428acb60fa59044c4d0baae4e4fc09ae9af1d8a3aa84b2e3fbcd99841f77",
strip_prefix = "curl-7.77.0",
sha256 = "ed936c0b02c06d42cf84b39dd12bb14b62d77c7c4e875ade022280df5dcc81d7",
strip_prefix = "curl-7.78.0",
system_build_file = "//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",
],
)

Expand Down

0 comments on commit 2100a63

Please sign in to comment.