Skip to content

Commit ec30684

Browse files
Merge pull request #56070 from tensorflow/mm-cp-adafb45c781-on-r2.6
Merge pull request #56060 from yongtang:curl-7.83.1
2 parents 9ef1604 + 38774ed commit ec30684

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tensorflow/workspace2.bzl

+4-4
Original file line numberDiff line numberDiff line change
@@ -612,12 +612,12 @@ def _tf_repositories():
612612
tf_http_archive(
613613
name = "curl",
614614
build_file = "//third_party:curl.BUILD",
615-
sha256 = "c0e64302a33d2fb79e0fc4e674260a22941e92ee2f11b894bf94d32b8f5531af",
616-
strip_prefix = "curl-7.83.0",
615+
sha256 = "93fb2cd4b880656b4e8589c912a9fd092750166d555166370247f09d18f5d0c0",
616+
strip_prefix = "curl-7.83.1",
617617
system_build_file = "//third_party/systemlibs:curl.BUILD",
618618
urls = [
619-
"https://storage.googleapis.com/mirror.tensorflow.org/curl.haxx.se/download/curl-7.83.0.tar.gz",
620-
"https://curl.haxx.se/download/curl-7.83.0.tar.gz",
619+
"https://storage.googleapis.com/mirror.tensorflow.org/curl.haxx.se/download/curl-7.83.1.tar.gz",
620+
"https://curl.haxx.se/download/curl-7.83.1.tar.gz",
621621
],
622622
)
623623

0 commit comments

Comments
 (0)