From 5340d28e386f4a70b6e9da146858b3f129b790a7 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Fri, 17 Jul 2020 20:57:58 -0700 Subject: [PATCH] fix: Fix Java and PHP bazel builds on Mac Specifically it should resolve the broken tar.gz archives issue on mac. PiperOrigin-RevId: 321904251 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 87585fa4..43767f6b 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -76,8 +76,8 @@ rules_proto_toolchains() # section http_archive( name = "com_google_api_codegen", - strip_prefix = "gapic-generator-2.4.2", - urls = ["https://github.com/googleapis/gapic-generator/archive/v2.4.2.zip"], + strip_prefix = "gapic-generator-2.4.3", + urls = ["https://github.com/googleapis/gapic-generator/archive/v2.4.3.zip"], ) # rules_go (support Golang under bazel)