File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -608,12 +608,12 @@ def _tf_repositories():
608
608
tf_http_archive (
609
609
name = "curl" ,
610
610
build_file = "//third_party:curl.BUILD" ,
611
- sha256 = "c0e64302a33d2fb79e0fc4e674260a22941e92ee2f11b894bf94d32b8f5531af " ,
612
- strip_prefix = "curl-7.83.0 " ,
611
+ sha256 = "93fb2cd4b880656b4e8589c912a9fd092750166d555166370247f09d18f5d0c0 " ,
612
+ strip_prefix = "curl-7.83.1 " ,
613
613
system_build_file = "//third_party/systemlibs:curl.BUILD" ,
614
614
urls = [
615
- "https://storage.googleapis.com/mirror.tensorflow.org/curl.haxx.se/download/curl-7.83.0 .tar.gz" ,
616
- "https://curl.haxx.se/download/curl-7.83.0 .tar.gz" ,
615
+ "https://storage.googleapis.com/mirror.tensorflow.org/curl.haxx.se/download/curl-7.83.1 .tar.gz" ,
616
+ "https://curl.haxx.se/download/curl-7.83.1 .tar.gz" ,
617
617
],
618
618
)
619
619
You can’t perform that action at this time.
0 commit comments