Skip to content

Commit

Permalink
Merge pull request #56069 from tensorflow/mm-cp-52488e5072f6fe44411d7…
Browse files Browse the repository at this point in the history
…0c6af09ee0d4c711611-on-r2.7

Merge pull request #56060 from yongtang:curl-7.83.1
  • Loading branch information
mihaimaruseac committed May 11, 2022
2 parents 01cb1b8 + adafb45 commit 5085135
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tensorflow/workspace2.bzl
Expand Up @@ -608,12 +608,12 @@ def _tf_repositories():
tf_http_archive(
name = "curl",
build_file = "//third_party:curl.BUILD",
sha256 = "c0e64302a33d2fb79e0fc4e674260a22941e92ee2f11b894bf94d32b8f5531af",
strip_prefix = "curl-7.83.0",
sha256 = "93fb2cd4b880656b4e8589c912a9fd092750166d555166370247f09d18f5d0c0",
strip_prefix = "curl-7.83.1",
system_build_file = "//third_party/systemlibs:curl.BUILD",
urls = [
"https://storage.googleapis.com/mirror.tensorflow.org/curl.haxx.se/download/curl-7.83.0.tar.gz",
"https://curl.haxx.se/download/curl-7.83.0.tar.gz",
"https://storage.googleapis.com/mirror.tensorflow.org/curl.haxx.se/download/curl-7.83.1.tar.gz",
"https://curl.haxx.se/download/curl-7.83.1.tar.gz",
],
)

Expand Down

0 comments on commit 5085135

Please sign in to comment.