From d0afbc17dd4afc859bbcdf014d76d0756ba1cd3d Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Thu, 11 May 2017 19:21:51 -0700 Subject: [PATCH] Use new mirror.bazel.build hostname PiperOrigin-RevId: 155826248 --- WORKSPACE | 2 +- tensorflow/workspace.bzl | 334 +++++++++++++++++++-------------------- 2 files changed, 168 insertions(+), 168 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 7ebb1d488c3..b2d6fb542b0 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -5,7 +5,7 @@ http_archive( sha256 = "4be8a887f6f38f883236e77bb25c2da10d506f2bf1a8e5d785c0f35574c74ca4", strip_prefix = "rules_closure-aac19edc557aec9b603cd7ffe359401264ceff0d", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/bazelbuild/rules_closure/archive/aac19edc557aec9b603cd7ffe359401264ceff0d.tar.gz", # 2017-05-10 + "http://mirror.bazel.build/github.com/bazelbuild/rules_closure/archive/aac19edc557aec9b603cd7ffe359401264ceff0d.tar.gz", # 2017-05-10 "https://github.com/bazelbuild/rules_closure/archive/aac19edc557aec9b603cd7ffe359401264ceff0d.tar.gz", ], ) diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl index 5d0b4ff0858..502d7e973cc 100644 --- a/tensorflow/workspace.bzl +++ b/tensorflow/workspace.bzl @@ -150,7 +150,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): native.new_http_archive( name = "eigen_archive", urls = [ - "http://bazel-mirror.storage.googleapis.com/bitbucket.org/eigen/eigen/get/f3a22f35b044.tar.gz", + "http://mirror.bazel.build/bitbucket.org/eigen/eigen/get/f3a22f35b044.tar.gz", "https://bitbucket.org/eigen/eigen/get/f3a22f35b044.tar.gz", ], sha256 = "ca7beac153d4059c02c8fc59816c82d54ea47fe58365e8aded4082ded0b820c4", @@ -161,7 +161,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): native.new_http_archive( name = "libxsmm_archive", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/hfp/libxsmm/archive/1.8.tar.gz", + "http://mirror.bazel.build/github.com/hfp/libxsmm/archive/1.8.tar.gz", "https://github.com/hfp/libxsmm/archive/1.8.tar.gz", ], sha256 = "0330201afb5525d0950ec861fec9dd75eb40a03845ebe03d2c635cf8bfc14fea", @@ -177,7 +177,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): native.new_http_archive( name = "ortools_archive", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/google/or-tools/archive/253f7955c6a1fd805408fba2e42ac6d45b312d15.tar.gz", + "http://mirror.bazel.build/github.com/google/or-tools/archive/253f7955c6a1fd805408fba2e42ac6d45b312d15.tar.gz", "https://github.com/google/or-tools/archive/253f7955c6a1fd805408fba2e42ac6d45b312d15.tar.gz", ], sha256 = "932075525642b04ac6f1b50589f1df5cd72ec2f448b721fd32234cf183f0e755", @@ -188,7 +188,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): native.http_archive( name = "com_googlesource_code_re2", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/google/re2/archive/b94b7cd42e9f02673cd748c1ac1d16db4052514c.tar.gz", + "http://mirror.bazel.build/github.com/google/re2/archive/b94b7cd42e9f02673cd748c1ac1d16db4052514c.tar.gz", "https://github.com/google/re2/archive/b94b7cd42e9f02673cd748c1ac1d16db4052514c.tar.gz", ], sha256 = "bd63550101e056427c9e7ff12a408c1c8b74e9803f393ca916b2926fc2c4906f", @@ -198,7 +198,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): native.http_archive( name = "gemmlowp", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/google/gemmlowp/archive/a6f29d8ac48d63293f845f2253eccbf86bc28321.tar.gz", + "http://mirror.bazel.build/github.com/google/gemmlowp/archive/a6f29d8ac48d63293f845f2253eccbf86bc28321.tar.gz", "https://github.com/google/gemmlowp/archive/a6f29d8ac48d63293f845f2253eccbf86bc28321.tar.gz", ], sha256 = "75d40ea8e68b0d1644f052fffe8f14a410b2a73d40ccb859a95c0578d194ec26", @@ -208,7 +208,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): native.new_http_archive( name = "farmhash_archive", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/google/farmhash/archive/92e897b282426729f4724d91a637596c7e2fe28f.zip", + "http://mirror.bazel.build/github.com/google/farmhash/archive/92e897b282426729f4724d91a637596c7e2fe28f.zip", "https://github.com/google/farmhash/archive/92e897b282426729f4724d91a637596c7e2fe28f.zip", ], sha256 = "4c626d1f306bda2c6804ab955892f803f5245f4dcaecb4979dc08b091256da54", @@ -224,7 +224,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): native.new_http_archive( name = "highwayhash", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/google/highwayhash/archive/dfcb97ca4fe9277bf9dc1802dd979b071896453b.tar.gz", + "http://mirror.bazel.build/github.com/google/highwayhash/archive/dfcb97ca4fe9277bf9dc1802dd979b071896453b.tar.gz", "https://github.com/google/highwayhash/archive/dfcb97ca4fe9277bf9dc1802dd979b071896453b.tar.gz", ], sha256 = "0f30a15b1566d93f146c8d149878a06e91d9bb7ec2cfd76906df62a82be4aac9", @@ -235,7 +235,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): native.new_http_archive( name = "nasm", urls = [ - "http://bazel-mirror.storage.googleapis.com/www.nasm.us/pub/nasm/releasebuilds/2.12.02/nasm-2.12.02.tar.bz2", + "http://mirror.bazel.build/www.nasm.us/pub/nasm/releasebuilds/2.12.02/nasm-2.12.02.tar.bz2", "http://pkgs.fedoraproject.org/repo/pkgs/nasm/nasm-2.12.02.tar.bz2/d15843c3fb7db39af80571ee27ec6fad/nasm-2.12.02.tar.bz2", ], sha256 = "00b0891c678c065446ca59bcee64719d0096d54d6886e6e472aeee2e170ae324", @@ -246,7 +246,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): temp_workaround_http_archive( name = "jpeg", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/libjpeg-turbo/libjpeg-turbo/archive/1.5.1.tar.gz", + "http://mirror.bazel.build/github.com/libjpeg-turbo/libjpeg-turbo/archive/1.5.1.tar.gz", "https://github.com/libjpeg-turbo/libjpeg-turbo/archive/1.5.1.tar.gz", ], sha256 = "c15a9607892113946379ccea3ca8b85018301b200754f209453ab21674268e77", @@ -258,7 +258,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): native.new_http_archive( name = "png_archive", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/glennrp/libpng/archive/v1.2.53.zip", + "http://mirror.bazel.build/github.com/glennrp/libpng/archive/v1.2.53.zip", "https://github.com/glennrp/libpng/archive/v1.2.53.zip", ], sha256 = "c35bcc6387495ee6e757507a68ba036d38ad05b415c2553b3debe2a57647a692", @@ -269,7 +269,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): native.new_http_archive( name = "gif_archive", urls = [ - "http://bazel-mirror.storage.googleapis.com/ufpr.dl.sourceforge.net/project/giflib/giflib-5.1.4.tar.gz", + "http://mirror.bazel.build/ufpr.dl.sourceforge.net/project/giflib/giflib-5.1.4.tar.gz", "http://ufpr.dl.sourceforge.net/project/giflib/giflib-5.1.4.tar.gz", "http://pilotfiber.dl.sourceforge.net/project/giflib/giflib-5.1.4.tar.gz", ], @@ -281,7 +281,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): native.new_http_archive( name = "six_archive", urls = [ - "http://bazel-mirror.storage.googleapis.com/pypi.python.org/packages/source/s/six/six-1.10.0.tar.gz", + "http://mirror.bazel.build/pypi.python.org/packages/source/s/six/six-1.10.0.tar.gz", "http://pypi.python.org/packages/source/s/six/six-1.10.0.tar.gz", ], sha256 = "105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a", @@ -292,7 +292,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): native.new_http_archive( name = "org_pythonhosted_markdown", urls = [ - "http://bazel-mirror.storage.googleapis.com/pypi.python.org/packages/1d/25/3f6d2cb31ec42ca5bd3bfbea99b63892b735d76e26f20dd2dcc34ffe4f0d/Markdown-2.6.8.tar.gz", + "http://mirror.bazel.build/pypi.python.org/packages/1d/25/3f6d2cb31ec42ca5bd3bfbea99b63892b735d76e26f20dd2dcc34ffe4f0d/Markdown-2.6.8.tar.gz", "https://pypi.python.org/packages/1d/25/3f6d2cb31ec42ca5bd3bfbea99b63892b735d76e26f20dd2dcc34ffe4f0d/Markdown-2.6.8.tar.gz", ], strip_prefix = "Markdown-2.6.8", @@ -303,7 +303,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): native.new_http_archive( name = "org_html5lib", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/html5lib/html5lib-python/archive/0.9999999.tar.gz", + "http://mirror.bazel.build/github.com/html5lib/html5lib-python/archive/0.9999999.tar.gz", "https://github.com/html5lib/html5lib-python/archive/0.9999999.tar.gz", # identical to 1.0b8 ], sha256 = "184257f98539159a433e2a2197309657ae1283b4c44dbd9c87b2f02ff36adce8", @@ -314,7 +314,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): native.new_http_archive( name = "org_mozilla_bleach", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/mozilla/bleach/archive/v1.5.tar.gz", + "http://mirror.bazel.build/github.com/mozilla/bleach/archive/v1.5.tar.gz", "https://github.com/mozilla/bleach/archive/v1.5.tar.gz", ], strip_prefix = "bleach-1.5", @@ -325,7 +325,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): native.new_http_archive( name = "org_pocoo_werkzeug", urls = [ - "http://bazel-mirror.storage.googleapis.com/pypi.python.org/packages/b7/7f/44d3cfe5a12ba002b253f6985a4477edfa66da53787a2a838a40f6415263/Werkzeug-0.11.10.tar.gz", + "http://mirror.bazel.build/pypi.python.org/packages/b7/7f/44d3cfe5a12ba002b253f6985a4477edfa66da53787a2a838a40f6415263/Werkzeug-0.11.10.tar.gz", "https://pypi.python.org/packages/b7/7f/44d3cfe5a12ba002b253f6985a4477edfa66da53787a2a838a40f6415263/Werkzeug-0.11.10.tar.gz", ], strip_prefix = "Werkzeug-0.11.10", @@ -341,7 +341,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): patched_http_archive( name = "protobuf", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/google/protobuf/archive/2b7430d96aeff2bb624c8d52182ff5e4b9f7f18a.tar.gz", + "http://mirror.bazel.build/github.com/google/protobuf/archive/2b7430d96aeff2bb624c8d52182ff5e4b9f7f18a.tar.gz", "https://github.com/google/protobuf/archive/2b7430d96aeff2bb624c8d52182ff5e4b9f7f18a.tar.gz", ], sha256 = "e5d3d4e227a0f7afb8745df049bbd4d55474b158ca5aaa2a0e31099af24be1d0", @@ -359,7 +359,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): native.http_archive( name = "com_google_protobuf", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/google/protobuf/archive/2b7430d96aeff2bb624c8d52182ff5e4b9f7f18a.tar.gz", + "http://mirror.bazel.build/github.com/google/protobuf/archive/2b7430d96aeff2bb624c8d52182ff5e4b9f7f18a.tar.gz", "https://github.com/google/protobuf/archive/2b7430d96aeff2bb624c8d52182ff5e4b9f7f18a.tar.gz", ], sha256 = "e5d3d4e227a0f7afb8745df049bbd4d55474b158ca5aaa2a0e31099af24be1d0", @@ -369,7 +369,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): native.http_archive( name = "com_google_protobuf_cc", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/google/protobuf/archive/2b7430d96aeff2bb624c8d52182ff5e4b9f7f18a.tar.gz", + "http://mirror.bazel.build/github.com/google/protobuf/archive/2b7430d96aeff2bb624c8d52182ff5e4b9f7f18a.tar.gz", "https://github.com/google/protobuf/archive/2b7430d96aeff2bb624c8d52182ff5e4b9f7f18a.tar.gz", ], sha256 = "e5d3d4e227a0f7afb8745df049bbd4d55474b158ca5aaa2a0e31099af24be1d0", @@ -379,7 +379,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): native.new_http_archive( name = "gmock_archive", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/google/googletest/archive/release-1.8.0.zip", + "http://mirror.bazel.build/github.com/google/googletest/archive/release-1.8.0.zip", "https://github.com/google/googletest/archive/release-1.8.0.zip", ], sha256 = "f3ed3b58511efd272eb074a3a6d6fb79d7c2e6a0e374323d1e6bcbcc1ef141bf", @@ -400,7 +400,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): native.http_archive( name = "com_github_gflags_gflags", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/gflags/gflags/archive/f8a0efe03aa69b3336d8e228b37d4ccb17324b88.tar.gz", + "http://mirror.bazel.build/github.com/gflags/gflags/archive/f8a0efe03aa69b3336d8e228b37d4ccb17324b88.tar.gz", "https://github.com/gflags/gflags/archive/f8a0efe03aa69b3336d8e228b37d4ccb17324b88.tar.gz", ], sha256 = "4d222fab8f1ede4709cdff417d15a1336f862d7334a81abf76d09c15ecf9acd1", @@ -416,7 +416,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): name = "pcre", sha256 = "ccdf7e788769838f8285b3ee672ed573358202305ee361cfec7a4a4fb005bbc7", urls = [ - "http://bazel-mirror.storage.googleapis.com/ftp.exim.org/pub/pcre/pcre-8.39.tar.gz", + "http://mirror.bazel.build/ftp.exim.org/pub/pcre/pcre-8.39.tar.gz", "http://ftp.exim.org/pub/pcre/pcre-8.39.tar.gz", ], strip_prefix = "pcre-8.39", @@ -427,7 +427,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): name = "swig", sha256 = "58a475dbbd4a4d7075e5fe86d4e54c9edde39847cdb96a3053d87cb64a23a453", urls = [ - "http://bazel-mirror.storage.googleapis.com/ufpr.dl.sourceforge.net/project/swig/swig/swig-3.0.8/swig-3.0.8.tar.gz", + "http://mirror.bazel.build/ufpr.dl.sourceforge.net/project/swig/swig/swig-3.0.8/swig-3.0.8.tar.gz", "http://ufpr.dl.sourceforge.net/project/swig/swig/swig-3.0.8/swig-3.0.8.tar.gz", "http://pilotfiber.dl.sourceforge.net/project/swig/swig/swig-3.0.8/swig-3.0.8.tar.gz", ], @@ -439,7 +439,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): name = "curl", sha256 = "ff3e80c1ca6a068428726cd7dd19037a47cc538ce58ef61c59587191039b2ca6", urls = [ - "http://bazel-mirror.storage.googleapis.com/curl.haxx.se/download/curl-7.49.1.tar.gz", + "http://mirror.bazel.build/curl.haxx.se/download/curl-7.49.1.tar.gz", "https://curl.haxx.se/download/curl-7.49.1.tar.gz", ], strip_prefix = "curl-7.49.1", @@ -462,7 +462,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): native.new_http_archive( name = "grpc", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/grpc/grpc/archive/d7ff4ff40071d2b486a052183e3e9f9382afb745.tar.gz", + "http://mirror.bazel.build/github.com/grpc/grpc/archive/d7ff4ff40071d2b486a052183e3e9f9382afb745.tar.gz", "https://github.com/grpc/grpc/archive/d7ff4ff40071d2b486a052183e3e9f9382afb745.tar.gz", ], sha256 = "a15f352436ab92c521b1ac11e729e155ace38d0856380cf25048c5d1d9ba8e31", @@ -486,7 +486,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): name = "linenoise", sha256 = "7f51f45887a3d31b4ce4fa5965210a5e64637ceac12720cfce7954d6a2e812f7", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/antirez/linenoise/archive/c894b9e59f02203dbe4e2be657572cf88c4230c3.tar.gz", + "http://mirror.bazel.build/github.com/antirez/linenoise/archive/c894b9e59f02203dbe4e2be657572cf88c4230c3.tar.gz", "https://github.com/antirez/linenoise/archive/c894b9e59f02203dbe4e2be657572cf88c4230c3.tar.gz", ], strip_prefix = "linenoise-c894b9e59f02203dbe4e2be657572cf88c4230c3", @@ -498,7 +498,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): temp_workaround_http_archive( name = "llvm", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/llvm-mirror/llvm/archive/13790c8735a78a029dec92d80f5633418d9ffdd6.tar.gz", + "http://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/13790c8735a78a029dec92d80f5633418d9ffdd6.tar.gz", "https://github.com/llvm-mirror/llvm/archive/13790c8735a78a029dec92d80f5633418d9ffdd6.tar.gz", ], sha256 = "da4fc7147f1e2706977822934d1b245dcb6248930f8089129362ada14f6119dd", @@ -510,7 +510,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): native.new_http_archive( name = "jsoncpp_git", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/open-source-parsers/jsoncpp/archive/11086dd6a7eba04289944367ca82cea71299ed70.tar.gz", + "http://mirror.bazel.build/github.com/open-source-parsers/jsoncpp/archive/11086dd6a7eba04289944367ca82cea71299ed70.tar.gz", "https://github.com/open-source-parsers/jsoncpp/archive/11086dd6a7eba04289944367ca82cea71299ed70.tar.gz", ], sha256 = "07d34db40593d257324ec5fb9debc4dc33f29f8fb44e33a2eeb35503e61d0fe2", @@ -526,7 +526,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): native.http_archive( name = "boringssl", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/google/boringssl/archive/bbcaa15b0647816b9a1a9b9e0d209cd6712f0105.tar.gz", + "http://mirror.bazel.build/github.com/google/boringssl/archive/bbcaa15b0647816b9a1a9b9e0d209cd6712f0105.tar.gz", "https://github.com/google/boringssl/archive/bbcaa15b0647816b9a1a9b9e0d209cd6712f0105.tar.gz", # 2016-07-11 ], sha256 = "025264d6e9a7ad371f2f66d17a28b6627de0c9592dc2eb54afd062f68f1f9aa3", @@ -536,7 +536,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): native.new_http_archive( name = "nanopb_git", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/nanopb/nanopb/archive/1251fa1065afc0d62f635e0f63fec8276e14e13c.tar.gz", + "http://mirror.bazel.build/github.com/nanopb/nanopb/archive/1251fa1065afc0d62f635e0f63fec8276e14e13c.tar.gz", "https://github.com/nanopb/nanopb/archive/1251fa1065afc0d62f635e0f63fec8276e14e13c.tar.gz", ], sha256 = "ab1455c8edff855f4f55b68480991559e51c11e7dab060bbab7cffb12dd3af33", @@ -552,7 +552,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): native.new_http_archive( name = "zlib_archive", urls = [ - "http://bazel-mirror.storage.googleapis.com/zlib.net/zlib-1.2.8.tar.gz", + "http://mirror.bazel.build/zlib.net/zlib-1.2.8.tar.gz", "http://zlib.net/fossils/zlib-1.2.8.tar.gz", ], sha256 = "36658cb768a54c1d4dec43c3116c27ed893e88b02ecfcb44f2166f9c0b7f2a0d", @@ -568,7 +568,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): native.new_http_archive( name = "fft2d", urls = [ - "http://bazel-mirror.storage.googleapis.com/www.kurims.kyoto-u.ac.jp/~ooura/fft.tgz", + "http://mirror.bazel.build/www.kurims.kyoto-u.ac.jp/~ooura/fft.tgz", "http://www.kurims.kyoto-u.ac.jp/~ooura/fft.tgz", ], sha256 = "52bb637c70b971958ec79c9c8752b1df5ff0218a4db4510e60826e0cb79b5296", @@ -578,7 +578,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): temp_workaround_http_archive( name = "snappy", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/google/snappy/archive/1.1.4.zip", + "http://mirror.bazel.build/github.com/google/snappy/archive/1.1.4.zip", "https://github.com/google/snappy/archive/1.1.4.zip", ], sha256 = "6c74d2b663170d68184da353cdd71b5b7d57bc8888ef1e99b4929b5d680dba54", @@ -590,7 +590,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): temp_workaround_http_archive( name = "nccl_archive", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/nvidia/nccl/archive/ccfc4567dc3e2a37fb42cfbc64d10eb526e7da7b.tar.gz", + "http://mirror.bazel.build/github.com/nvidia/nccl/archive/ccfc4567dc3e2a37fb42cfbc64d10eb526e7da7b.tar.gz", "https://github.com/nvidia/nccl/archive/ccfc4567dc3e2a37fb42cfbc64d10eb526e7da7b.tar.gz", ], sha256 = "6c34a0862d9f8ed4ad5984c6a8206b351957bb14cf6ad7822720f285f4aada04", @@ -603,7 +603,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): name = "junit", jar_sha256 = "59721f0805e223d84b90677887d9ff567dc534d7c502ca903c0c2b17f05c116a", jar_urls = [ - "http://bazel-mirror.storage.googleapis.com/repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar", + "http://mirror.bazel.build/repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar", "http://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar", "http://maven.ibiblio.org/maven2/junit/junit/4.12/junit-4.12.jar", ], @@ -616,7 +616,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): name = "org_hamcrest_core", jar_sha256 = "66fdef91e9739348df7a096aa384a5685f4e875584cce89386a7a47251c4d8e9", jar_urls = [ - "http://bazel-mirror.storage.googleapis.com/repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar", + "http://mirror.bazel.build/repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar", "http://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar", "http://maven.ibiblio.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar", ], @@ -627,7 +627,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): temp_workaround_http_archive( name = "jemalloc", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/jemalloc/jemalloc/archive/4.4.0.tar.gz", + "http://mirror.bazel.build/github.com/jemalloc/jemalloc/archive/4.4.0.tar.gz", "https://github.com/jemalloc/jemalloc/archive/4.4.0.tar.gz", ], sha256 = "3c8f25c02e806c3ce0ab5fb7da1817f89fc9732709024e2a81b6b82f7cc792a8", @@ -639,7 +639,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): native.new_http_archive( name = "com_google_pprof", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/google/pprof/archive/c0fb62ec88c411cc91194465e54db2632845b650.tar.gz", + "http://mirror.bazel.build/github.com/google/pprof/archive/c0fb62ec88c411cc91194465e54db2632845b650.tar.gz", "https://github.com/google/pprof/archive/c0fb62ec88c411cc91194465e54db2632845b650.tar.gz", ], sha256 = "e0928ca4aa10ea1e0551e2d7ce4d1d7ea2d84b2abbdef082b0da84268791d0c4", @@ -664,23 +664,23 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], sha256_urls_extract_macos = { "47109a00cac344d80296c195451bb5eee7c21727fcef1594384ddfe1f852957a": [ - "http://bazel-mirror.storage.googleapis.com/nodejs.org/dist/v4.3.2/node-v4.3.2-darwin-x64.tar.xz", + "http://mirror.bazel.build/nodejs.org/dist/v4.3.2/node-v4.3.2-darwin-x64.tar.xz", "http://nodejs.org/dist/v4.3.2/node-v4.3.2-darwin-x64.tar.xz", ], }, sha256_urls_windows = { "606c44c42d17866c017c50c0afadad411d9492ac4281d2431b937f881911614e": [ - "http://bazel-mirror.storage.googleapis.com/nodejs.org/dist/v4.3.2/win-x64/node.exe", + "http://mirror.bazel.build/nodejs.org/dist/v4.3.2/win-x64/node.exe", "http://nodejs.org/dist/v4.3.2/win-x64/node.exe", ], "451a40570099a95488d6438f175813629e0430f87f23c8659bc18dc42494820a": [ - "http://bazel-mirror.storage.googleapis.com/nodejs.org/dist/v4.3.2/win-x64/node.lib", + "http://mirror.bazel.build/nodejs.org/dist/v4.3.2/win-x64/node.lib", "http://nodejs.org/dist/v4.3.2/win-x64/node.lib", ], }, sha256_urls_extract = { "4350d0431b49697517c6cca5d66adf5f74eb9101c52f52ae959fa94225822d44": [ - "http://bazel-mirror.storage.googleapis.com/nodejs.org/dist/v4.3.2/node-v4.3.2-linux-x64.tar.xz", + "http://mirror.bazel.build/nodejs.org/dist/v4.3.2/node-v4.3.2-linux-x64.tar.xz", "http://nodejs.org/dist/v4.3.2/node-v4.3.2-linux-x64.tar.xz", ], }, @@ -699,11 +699,11 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # Apache 2.0 sha256_urls = { "8465342c318f9c4cf0a29b109fa63ee3742dd4dc7080d05d9fd8f604814d04cf": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/Microsoft/TypeScript/v2.3.1/lib/tsc.js", + "http://mirror.bazel.build/raw.githubusercontent.com/Microsoft/TypeScript/v2.3.1/lib/tsc.js", "https://raw.githubusercontent.com/Microsoft/TypeScript/v2.3.1/lib/tsc.js", ], "a67e36da3029d232e4e938e61a0a3302f516d71e7100d54dbf5362ad8618e994": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/Microsoft/TypeScript/v2.3.1/lib/lib.es6.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/Microsoft/TypeScript/v2.3.1/lib/lib.es6.d.ts", "https://raw.githubusercontent.com/Microsoft/TypeScript/v2.3.1/lib/lib.es6.d.ts", ], }, @@ -741,7 +741,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256 = "0e88207e5f90af4ce8790d6e1e7d09d2702d81bce0bafdc253d18c0a5bf7661e", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/lodash/lodash/archive/3.10.1.tar.gz", + "http://mirror.bazel.build/github.com/lodash/lodash/archive/3.10.1.tar.gz", "https://github.com/lodash/lodash/archive/3.10.1.tar.gz", ], strip_prefix = "lodash-3.10.1", @@ -755,7 +755,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "dfaca3b8485bee735788cc6eebca82ea25719adc1fb8911c7799c6bd5a95df3b": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/sloisel/numeric/v1.2.6/src/numeric.js", + "http://mirror.bazel.build/raw.githubusercontent.com/sloisel/numeric/v1.2.6/src/numeric.js", "https://raw.githubusercontent.com/sloisel/numeric/v1.2.6/src/numeric.js", ], }, @@ -767,15 +767,15 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "77510d7538dbd3b59f1c8a06f68131b38562e3be546364747618d5112723e818": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/palantir/plottable/v1.16.1/plottable.css", + "http://mirror.bazel.build/raw.githubusercontent.com/palantir/plottable/v1.16.1/plottable.css", "https://raw.githubusercontent.com/palantir/plottable/v1.16.1/plottable.css", ], "cd46dc709b01cd361e8399f797760871a6a207bc832e08fcff385ced02ef2b43": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/palantir/plottable/v1.16.1/plottable.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/palantir/plottable/v1.16.1/plottable.d.ts", "https://raw.githubusercontent.com/palantir/plottable/v1.16.1/plottable.d.ts", ], "32647b0fb4175fa875a71e6d56c761b88d975186ed6a8820e2c7854165a8988d": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/palantir/plottable/v1.16.1/plottable.js", + "http://mirror.bazel.build/raw.githubusercontent.com/palantir/plottable/v1.16.1/plottable.js", "https://raw.githubusercontent.com/palantir/plottable/v1.16.1/plottable.js", ], }, @@ -791,7 +791,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): # sources directly from git also requires running Node tooling # beforehand to generate files. NPM is the only place to get it. "e3159beb279391c47433789f22b32bac88488cfcad6c0b6ec8605ce6b0081b0d": [ - "http://bazel-mirror.storage.googleapis.com/registry.npmjs.org/plottable/-/plottable-3.1.0.tgz", + "http://mirror.bazel.build/registry.npmjs.org/plottable/-/plottable-3.1.0.tgz", "https://registry.npmjs.org/plottable/-/plottable-3.1.0.tgz", ], }, @@ -803,7 +803,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "7323829ddd77924a69e2b1235ded3eac30acd990da0f037e0fbd3c8e9035b50d": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/cpettitt/dagre/v0.7.4/dist/dagre.core.js", + "http://mirror.bazel.build/raw.githubusercontent.com/cpettitt/dagre/v0.7.4/dist/dagre.core.js", "https://raw.githubusercontent.com/cpettitt/dagre/v0.7.4/dist/dagre.core.js", ], }, @@ -815,7 +815,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "772045d412b1513b549be991c2e1846c38019429d43974efcae943fbe83489bf": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/cpettitt/graphlib/v1.0.7/dist/graphlib.core.js", + "http://mirror.bazel.build/raw.githubusercontent.com/cpettitt/graphlib/v1.0.7/dist/graphlib.core.js", "https://raw.githubusercontent.com/cpettitt/graphlib/v1.0.7/dist/graphlib.core.js", ], }, @@ -827,7 +827,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "f138fce57f673ca8a633f4aee5ae5b6fcb6ad0de59069a42a74e996fd04d8fcc": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/waylonflinn/weblas/v0.9.0/dist/weblas.js", + "http://mirror.bazel.build/raw.githubusercontent.com/waylonflinn/weblas/v0.9.0/dist/weblas.js", "https://raw.githubusercontent.com/waylonflinn/weblas/v0.9.0/dist/weblas.js", ], }, @@ -839,7 +839,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256_urls = { "bc1e38838f5c5c8e040132d41efee6bfddbef728210bd566479dc1694af1d3f5": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/d3/d3/v3.5.15/d3.js", + "http://mirror.bazel.build/raw.githubusercontent.com/d3/d3/v3.5.15/d3.js", "https://raw.githubusercontent.com/d3/d3/v3.5.15/d3.js", ], }, @@ -852,7 +852,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256_urls_extract = { "b5fac5b296bc196e6aa7b59f9e33986fc44d23d59a0e211705187be9e35b943d": [ - "http://bazel-mirror.storage.googleapis.com/github.com/d3/d3/releases/download/v4.8.0/d3.zip", + "http://mirror.bazel.build/github.com/d3/d3/releases/download/v4.8.0/d3.zip", "https://github.com/d3/d3/releases/download/v4.8.0/d3.zip", ], }, @@ -871,35 +871,35 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "b7da645f6e5555feb7aeede73775da0023ce2257df9c8e76c9159266035a9c0d": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/ebc69904eb78f94030d5d517b42db20867f679c0/chai/chai.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/ebc69904eb78f94030d5d517b42db20867f679c0/chai/chai.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/ebc69904eb78f94030d5d517b42db20867f679c0/chai/chai.d.ts", ], "177293828c7a206bf2a7f725753d51396d38668311aa37c96445f91bbf8128a7": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/6e2f2280ef16ef277049d0ce8583af167d586c59/d3/d3.d.ts", # v3 + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/6e2f2280ef16ef277049d0ce8583af167d586c59/d3/d3.d.ts", # v3 "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/6e2f2280ef16ef277049d0ce8583af167d586c59/d3/d3.d.ts", # v3 ], "e4cd3d5de0eb3bc7b1063b50d336764a0ac82a658b39b5cf90511f489ffdee60": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/efd40e67ff323f7147651bdbef03c03ead7b1675/lodash/lodash.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/efd40e67ff323f7147651bdbef03c03ead7b1675/lodash/lodash.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/efd40e67ff323f7147651bdbef03c03ead7b1675/lodash/lodash.d.ts", ], "695a03dd2ccb238161d97160b239ab841562710e5c4e42886aefd4ace2ce152e": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/ebc69904eb78f94030d5d517b42db20867f679c0/mocha/mocha.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/ebc69904eb78f94030d5d517b42db20867f679c0/mocha/mocha.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/ebc69904eb78f94030d5d517b42db20867f679c0/mocha/mocha.d.ts", ], "513ccd9ee1c708881120eeacd56788fc3b3da8e5c6172b20324cebbe858803fe": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/708609e0764daeb5eb64104af7aca50c520c4e6e/sinon/sinon.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/708609e0764daeb5eb64104af7aca50c520c4e6e/sinon/sinon.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/708609e0764daeb5eb64104af7aca50c520c4e6e/sinon/sinon.d.ts", ], "44eba36339bd1c0792072b7b204ee926fe5ffe1e9e2da916e67ac55548e3668a": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/a872802c0c84ba98ff207d5e673a1fa867c67fd6/polymer/polymer.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/a872802c0c84ba98ff207d5e673a1fa867c67fd6/polymer/polymer.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/a872802c0c84ba98ff207d5e673a1fa867c67fd6/polymer/polymer.d.ts", ], "9453c3e6bae824e90758c3b38975c1ed77e6abd79bf513bcb08368fcdb14898e": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/f5407eba29c04fb8387c86df27512bd055b195d2/threejs/three.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/f5407eba29c04fb8387c86df27512bd055b195d2/threejs/three.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/f5407eba29c04fb8387c86df27512bd055b195d2/threejs/three.d.ts", ], "691756a6eb455f340c9e834de0d49fff269e7b8c1799c2454465dcd6a4435b80": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/46719185c564694c5583c4b7ad94dbb786ecad46/webcomponents.js/webcomponents.js.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/46719185c564694c5583c4b7ad94dbb786ecad46/webcomponents.js/webcomponents.js.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/46719185c564694c5583c4b7ad94dbb786ecad46/webcomponents.js/webcomponents.js.d.ts", ], }, @@ -910,7 +910,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "61e7abb7b1f01fbcb0cab8cf39003392f422566209edd681fbd070eaa84ca000": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-array/index.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-array/index.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-array/index.d.ts", ], }, @@ -921,7 +921,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "95f75c8dcc89850b2e72581d96a7b5f46ea4ac852f828893f141f14a597421f9": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-axis/index.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-axis/index.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-axis/index.d.ts", ], }, @@ -932,7 +932,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "a2738e693ce8a8640c2d29001e77582c9c361fd23bda44db471629866b60ada7": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-brush/index.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-brush/index.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-brush/index.d.ts", ], }, @@ -943,7 +943,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "c54d24756eb6d744b31e538ad9bab3a75f6d54e2288b29cc72338d4a057d3e83": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-chord/index.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-chord/index.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-chord/index.d.ts", ], }, @@ -954,7 +954,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "f987667167b1d2970911247e325eb1c37ca0823646f81ccec837ae59039822f7": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-collection/index.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-collection/index.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-collection/index.d.ts", ], }, @@ -965,7 +965,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "9580c81f38ddcce7be0ac9bd3d0d083adebc34e17441709f90b9e4dcd1c19a56": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-color/index.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-color/index.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-color/index.d.ts", ], }, @@ -976,7 +976,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "169f80b4cceca8e2e9ed384d81a5db0624cc01a26451dfb5a7e0cec6ea9cfb06": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-dispatch/index.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-dispatch/index.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-dispatch/index.d.ts", ], }, @@ -987,7 +987,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "08d35d139dde58c2722be98d718d01204fd6167d310f09b379e832f3c741489d": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-drag/index.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-drag/index.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-drag/index.d.ts", ], }, @@ -998,7 +998,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "62594d00cf9e4bb895339c8e56f64330e202a5eb2a0fa580a1f6e6336f2c93ce": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-dsv/index.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-dsv/index.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-dsv/index.d.ts", ], }, @@ -1009,7 +1009,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "d1cf8f99b7bf758c2ba3c0a4ce553e151d4d9b4cf45a6e8bd0edec7ce90f725b": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-ease/index.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-ease/index.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-ease/index.d.ts", ], }, @@ -1020,7 +1020,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "288421e2008668d2076a4684657dd3d29b992832ef02c552981eb94a91042553": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-force/index.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-force/index.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-force/index.d.ts", ], }, @@ -1031,7 +1031,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "b42cb17e580c1fd0b64d478f7bd80ca806efaefda24426a833cf1f30a7275bca": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-format/index.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-format/index.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-format/index.d.ts", ], }, @@ -1042,7 +1042,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "a5683f5835d8716c6b89c075235078438cfab5897023ed720bfa492e244e969e": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-hierarchy/index.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-hierarchy/index.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-hierarchy/index.d.ts", ], }, @@ -1053,7 +1053,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "590a71b741323ac3139b333ec8b743e24717fdd5b32bcff48ee521162a9dfe1c": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-interpolate/index.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-interpolate/index.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-interpolate/index.d.ts", ], }, @@ -1064,7 +1064,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "96f35ba041bcaa265e2b373ee675177410d44d31c980e4f7fbeefd4bcba15b00": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-path/index.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-path/index.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-path/index.d.ts", ], }, @@ -1075,7 +1075,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "ce453451e8105cac6a4f4a4263ca2142ebb4bf442e342f470a81da691f220fcb": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-polygon/index.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-polygon/index.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-polygon/index.d.ts", ], }, @@ -1086,7 +1086,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "238e278f1be5d6985a19800800cffee80f81199f71d848e3bbc288d1791a6f90": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-quadtree/index.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-quadtree/index.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-quadtree/index.d.ts", ], }, @@ -1097,7 +1097,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "e6ae19aad83495475653578de64fb9d6bf9764eda6c84d70f7935ec84bcc482e": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-queue/index.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-queue/index.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-queue/index.d.ts", ], }, @@ -1108,7 +1108,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "d31b92ed86c23ec0a4776f99fa81ff033c95b96c8304d8aa9baf3b94af779aa8": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-random/index.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-random/index.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-random/index.d.ts", ], }, @@ -1119,7 +1119,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "44bb7b07d977028e6567540a3303b06fc9b33fb0960bc75c520e0733c840d89f": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-request/index.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-request/index.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-request/index.d.ts", ], }, @@ -1130,7 +1130,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "02ce7c644ba34bd1abb84da2e832f248b048b6a23812be4365bd837f186c9f1f": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-scale/index.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-scale/index.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-scale/index.d.ts", ], }, @@ -1141,7 +1141,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "699043ddb28dfa5e46d87bc6a24cfc6d604237f298259d3fb3c7066e05e8c86e": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-selection/index.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-selection/index.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-selection/index.d.ts", ], }, @@ -1152,7 +1152,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "62668a7aaaf6232762b544f9f89c0f557ca7cfb0cd343a358dda7ecbe26f5739": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-shape/index.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-shape/index.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-shape/index.d.ts", ], }, @@ -1163,7 +1163,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "0502490ce682fd9265fb1d5d693ce6cd82e3b05e5f5ee3433731266ecb03d5fc": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-time/index.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-time/index.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-time/index.d.ts", ], }, @@ -1174,7 +1174,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "6f191f9aea704aa64b1defa40dfdff1447a6e6bb815feff1660f894500a9c94d": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-timer/index.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-timer/index.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-timer/index.d.ts", ], }, @@ -1185,7 +1185,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "a0a7c0c9bfb5c7d6d9d22a8d16b4484b66d13f2ed226954037546cb3da4098ba": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-transition/index.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-transition/index.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-transition/index.d.ts", ], }, @@ -1196,7 +1196,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "c6bd5f229f915151d0ef678fe50b1aa6a62334ea0a8c6fc0effbac9f7032efc7": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-voronoi/index.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-voronoi/index.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-voronoi/index.d.ts", ], }, @@ -1207,7 +1207,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "a25dc17fbd304cf7a0e5e7bbb8339c930d464eb40c4d6e5f839ce9c0191f4110": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-zoom/index.d.ts", + "http://mirror.bazel.build/raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-zoom/index.d.ts", "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/1550dfd1b8e38d9bf104b3fd16ea9bf98a2b358e/types/d3-zoom/index.d.ts", ], }, @@ -1219,11 +1219,11 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256_urls = { "7aff264bd84c90bed3c72a4dc31db8c19151853c6df6980f52b01d3e9872c82d": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/mrdoob/three.js/ad419d40bdaab80abbb34b8f359b4ee840033a02/build/three.js", + "http://mirror.bazel.build/raw.githubusercontent.com/mrdoob/three.js/ad419d40bdaab80abbb34b8f359b4ee840033a02/build/three.js", "https://raw.githubusercontent.com/mrdoob/three.js/ad419d40bdaab80abbb34b8f359b4ee840033a02/build/three.js", ], "0e98ded15bb7fe398a655667e76b39909d36c0973a8950d01c62f65f93161c27": [ - "http://bazel-mirror.storage.googleapis.com/raw.githubusercontent.com/mrdoob/three.js/ad419d40bdaab80abbb34b8f359b4ee840033a02/examples/js/controls/OrbitControls.js", + "http://mirror.bazel.build/raw.githubusercontent.com/mrdoob/three.js/ad419d40bdaab80abbb34b8f359b4ee840033a02/examples/js/controls/OrbitControls.js", "https://raw.githubusercontent.com/mrdoob/three.js/ad419d40bdaab80abbb34b8f359b4ee840033a02/examples/js/controls/OrbitControls.js", ], }, @@ -1237,7 +1237,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "fae51429b56a4a4c15f1f0c23b733c7095940cc9c04c275fa7adb3bf055b23b3", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/font-roboto/archive/v1.0.1.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/font-roboto/archive/v1.0.1.tar.gz", "https://github.com/PolymerElements/font-roboto/archive/v1.0.1.tar.gz", ], strip_prefix = "font-roboto-1.0.1", @@ -1250,7 +1250,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "703b50f6b00f9e0546b5a3451da57bb20f77a166e27e4967923b9e835bab9b80", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/Polymer/polymer-analyzer/archive/v1.19.3.tar.gz", + "http://mirror.bazel.build/github.com/Polymer/polymer-analyzer/archive/v1.19.3.tar.gz", "https://github.com/Polymer/polymer-analyzer/archive/v1.19.3.tar.gz", ], strip_prefix = "polymer-analyzer-1.19.3", @@ -1268,7 +1268,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "6bce143db7a374a68535ec8b861a5f30e81f2f1e4ee36a55bda2a891f6fd2818", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/iron-a11y-announcer/archive/v1.0.5.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/iron-a11y-announcer/archive/v1.0.5.tar.gz", "https://github.com/PolymerElements/iron-a11y-announcer/archive/v1.0.5.tar.gz", ], strip_prefix = "iron-a11y-announcer-1.0.5", @@ -1282,7 +1282,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "6823efc47a83208fd51d39c5a1d3eb0c0bebc705df1ce01310509da22a13ebd2", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/iron-a11y-keys-behavior/archive/v1.1.8.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/iron-a11y-keys-behavior/archive/v1.1.8.tar.gz", "https://github.com/PolymerElements/iron-a11y-keys-behavior/archive/v1.1.8.tar.gz", ], strip_prefix = "iron-a11y-keys-behavior-1.1.8", @@ -1296,7 +1296,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "9162d8af4611e911ac3ebbfc08bb7038ac04f6e79a9287b1476fe36ad6770bc5", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/iron-ajax/archive/v1.2.0.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/iron-ajax/archive/v1.2.0.tar.gz", "https://github.com/PolymerElements/iron-ajax/archive/v1.2.0.tar.gz", ], strip_prefix = "iron-ajax-1.2.0", @@ -1316,7 +1316,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "50bbb901d2c8f87462e3552e3d671a552faa12c37c485e548d7a234ebffbc427", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/iron-autogrow-textarea/archive/v1.0.12.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/iron-autogrow-textarea/archive/v1.0.12.tar.gz", "https://github.com/PolymerElements/iron-autogrow-textarea/archive/v1.0.12.tar.gz", ], strip_prefix = "iron-autogrow-textarea-1.0.12", @@ -1336,7 +1336,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "a1e8d4b7a13f3d36beba9c2a6b186ed33a53e6af2e79f98c1fcc7e85e7b53f89", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/iron-behaviors/archive/v1.0.17.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/iron-behaviors/archive/v1.0.17.tar.gz", "https://github.com/PolymerElements/iron-behaviors/archive/v1.0.17.tar.gz", ], strip_prefix = "iron-behaviors-1.0.17", @@ -1356,7 +1356,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "539a0e1c4df0bc702d3bd342388e4e56c77ec4c2066cce69e41426a69f92e8bd", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/iron-checked-element-behavior/archive/v1.0.4.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/iron-checked-element-behavior/archive/v1.0.4.tar.gz", "https://github.com/PolymerElements/iron-checked-element-behavior/archive/v1.0.4.tar.gz", ], strip_prefix = "iron-checked-element-behavior-1.0.4", @@ -1374,7 +1374,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "3636e8b9a1f229fc33b5aad3933bd02a9825f66e679a0be31855d7c8245c4b4b", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/iron-component-page/archive/v1.1.4.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/iron-component-page/archive/v1.1.4.tar.gz", "https://github.com/PolymerElements/iron-component-page/archive/v1.1.4.tar.gz", ], strip_prefix = "iron-component-page-1.1.4", @@ -1399,7 +1399,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "275808994a609a2f9923e2dd2db1957945ab141ba840eadc33f19e1f406d600e", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/iron-collapse/archive/v1.0.8.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/iron-collapse/archive/v1.0.8.tar.gz", "https://github.com/PolymerElements/iron-collapse/archive/v1.0.8.tar.gz", ], strip_prefix = "iron-collapse-1.0.8", @@ -1416,7 +1416,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "aa7458492a6ac3d1f6344640a4c2ab07bce64e7ad0422b83b5d665707598cce6", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/iron-demo-helpers/archive/v1.1.0.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/iron-demo-helpers/archive/v1.1.0.tar.gz", "https://github.com/PolymerElements/iron-demo-helpers/archive/v1.1.0.tar.gz", ], strip_prefix = "iron-demo-helpers-1.1.0", @@ -1441,7 +1441,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "f0e9dfbbcd94d7e88ce82cb61e615406ace63c185fee9396f7f182206ca5cc9a", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/iron-doc-viewer/archive/v1.0.12.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/iron-doc-viewer/archive/v1.0.12.tar.gz", "https://github.com/PolymerElements/iron-doc-viewer/archive/v1.0.12.tar.gz", ], strip_prefix = "iron-doc-viewer-1.0.12", @@ -1466,7 +1466,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "f7e4a31d096d10d8af1920397695cb17f3eb1cbe5e5ff91a861dabfcc085f376", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/iron-dropdown/archive/v1.4.0.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/iron-dropdown/archive/v1.4.0.tar.gz", "https://github.com/PolymerElements/iron-dropdown/archive/v1.4.0.tar.gz", ], strip_prefix = "iron-dropdown-1.4.0", @@ -1490,7 +1490,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "10132a2ea309a37c4c07b8fead71f64abc588ee6107931e34680f5f36dd8291e", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/iron-fit-behavior/archive/v1.2.5.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/iron-fit-behavior/archive/v1.2.5.tar.gz", "https://github.com/PolymerElements/iron-fit-behavior/archive/v1.2.5.tar.gz", ], strip_prefix = "iron-fit-behavior-1.2.5", @@ -1504,7 +1504,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "79287f6ca1c2d4e003f68b88fe19d03a1b6a0011e2b4cae579fe4d1474163a2e", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/iron-flex-layout/archive/v1.3.0.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/iron-flex-layout/archive/v1.3.0.tar.gz", "https://github.com/PolymerElements/iron-flex-layout/archive/v1.3.0.tar.gz", ], strip_prefix = "iron-flex-layout-1.3.0", @@ -1523,7 +1523,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "1dd9371c638e5bc2ecba8a64074aa680dfb8712198e9612f9ed24d387efc8f26", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/iron-form-element-behavior/archive/v1.0.6.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/iron-form-element-behavior/archive/v1.0.6.tar.gz", "https://github.com/PolymerElements/iron-form-element-behavior/archive/v1.0.6.tar.gz", ], strip_prefix = "iron-form-element-behavior-1.0.6", @@ -1537,7 +1537,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "9ed58a69159a02c07a6050d242e6d4e585a29f3245b8c8c390cfd52ddb786dc4", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/iron-icon/archive/v1.0.11.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/iron-icon/archive/v1.0.11.tar.gz", "https://github.com/PolymerElements/iron-icon/archive/v1.0.11.tar.gz", ], strip_prefix = "iron-icon-1.0.11", @@ -1555,7 +1555,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "3b18542c147c7923dc3a36b1a51984a73255d610f297d43c9aaccc52859bd0d0", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/iron-icons/archive/v1.1.3.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/iron-icons/archive/v1.1.3.tar.gz", "https://github.com/PolymerElements/iron-icons/archive/v1.1.3.tar.gz", ], strip_prefix = "iron-icons-1.1.3", @@ -1584,7 +1584,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "7e3925b7e63a7d22524c4b43ce16ab80d06a576649644783643c11a003284368", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/iron-iconset-svg/archive/v1.1.0.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/iron-iconset-svg/archive/v1.1.0.tar.gz", "https://github.com/PolymerElements/iron-iconset-svg/archive/v1.1.0.tar.gz", ], strip_prefix = "iron-iconset-svg-1.1.0", @@ -1601,7 +1601,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "c505101ead08ab25526b1f49baecc8c28b4221b92a65e7334c783bdc81553c36", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/iron-input/archive/1.0.10.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/iron-input/archive/1.0.10.tar.gz", "https://github.com/PolymerElements/iron-input/archive/1.0.10.tar.gz", ], strip_prefix = "iron-input-1.0.10", @@ -1619,7 +1619,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "72a6530b9f0ad5557f5d287845792a0ada74d8b159198e27f940e226313dc116", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/iron-list/archive/v1.3.9.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/iron-list/archive/v1.3.9.tar.gz", "https://github.com/PolymerElements/iron-list/archive/v1.3.9.tar.gz", ], strip_prefix = "iron-list-1.3.9", @@ -1638,7 +1638,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "ad27889343bc9a709258b073f69abc028bb1ffd3fdb975cd2d3939f7f5d7bb6c", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/iron-menu-behavior/archive/v1.1.10.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/iron-menu-behavior/archive/v1.1.10.tar.gz", "https://github.com/PolymerElements/iron-menu-behavior/archive/v1.1.10.tar.gz", ], strip_prefix = "iron-menu-behavior-1.1.10", @@ -1659,7 +1659,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "fb05e6031bae6b4effe5f15d44b3f548d5807f9e3b3aa2442ba17cf4b8b84361", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/iron-meta/archive/v1.1.1.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/iron-meta/archive/v1.1.1.tar.gz", "https://github.com/PolymerElements/iron-meta/archive/v1.1.1.tar.gz", ], strip_prefix = "iron-meta-1.1.1", @@ -1673,7 +1673,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "3df5b54ff2e0510c87a2aff8c9d730d3fe83d3d11277cc1a49fa29b549acb46c", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/iron-overlay-behavior/archive/v1.10.1.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/iron-overlay-behavior/archive/v1.10.1.tar.gz", "https://github.com/PolymerElements/iron-overlay-behavior/archive/v1.10.1.tar.gz", ], strip_prefix = "iron-overlay-behavior-1.10.1", @@ -1697,7 +1697,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "b2f2b6d52284542330bd30b586e217926eb0adec5e13934a3cef557717c22dc2", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/iron-range-behavior/archive/v1.0.4.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/iron-range-behavior/archive/v1.0.4.tar.gz", "https://github.com/PolymerElements/iron-range-behavior/archive/v1.0.4.tar.gz", ], strip_prefix = "iron-range-behavior-1.0.4", @@ -1711,7 +1711,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "a87a78ee9223c2f6afae7fc94a3ff91cbce6f7e2a7ed3f2979af7945c9281616", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/iron-resizable-behavior/archive/v1.0.3.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/iron-resizable-behavior/archive/v1.0.3.tar.gz", "https://github.com/PolymerElements/iron-resizable-behavior/archive/v1.0.3.tar.gz", ], strip_prefix = "iron-resizable-behavior-1.0.3", @@ -1725,7 +1725,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "d0de0c804b1ec91d814754144afd9da1cdb082690de88bd5e47fd5f41990746f", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/iron-scroll-target-behavior/archive/v1.0.3.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/iron-scroll-target-behavior/archive/v1.0.3.tar.gz", "https://github.com/PolymerElements/iron-scroll-target-behavior/archive/v1.0.3.tar.gz", ], strip_prefix = "iron-scroll-target-behavior-1.0.3", @@ -1739,7 +1739,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "ba28a47443bad3b744611c9d7a79fb21dbdf2e35edc5ef8f812e2dcd72b16747", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/iron-selector/archive/v1.5.2.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/iron-selector/archive/v1.5.2.tar.gz", "https://github.com/PolymerElements/iron-selector/archive/v1.5.2.tar.gz", ], strip_prefix = "iron-selector-1.5.2", @@ -1758,7 +1758,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "aef4901e68043824f36104799269573dd345ffaac494186e466fdc79c06fdb63", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/iron-validatable-behavior/archive/v1.1.1.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/iron-validatable-behavior/archive/v1.1.1.tar.gz", "https://github.com/PolymerElements/iron-validatable-behavior/archive/v1.1.1.tar.gz", ], strip_prefix = "iron-validatable-behavior-1.1.1", @@ -1775,7 +1775,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256 = "93d30bd593736ca440938d77808b7ef5972da0f3fcfe4ae63ae7b4ce117da2cb", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/chjj/marked/archive/v0.3.2.zip", + "http://mirror.bazel.build/github.com/chjj/marked/archive/v0.3.2.zip", "https://github.com/chjj/marked/archive/v0.3.2.zip", ], strip_prefix = "marked-0.3.2", @@ -1788,7 +1788,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "7547616df95f8b903757e6afbabfcdba5322c2bcec3f17c726b8bba5adf4bc5f", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/marked-element/archive/v1.1.3.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/marked-element/archive/v1.1.3.tar.gz", "https://github.com/PolymerElements/marked-element/archive/v1.1.3.tar.gz", ], strip_prefix = "marked-element-1.1.3", @@ -1808,7 +1808,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "8800c314a76b2da190a2b203259c1091f6d38e0057ed37c2a3d0b734980fa9a5", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/neon-animation/archive/v1.2.2.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/neon-animation/archive/v1.2.2.tar.gz", "https://github.com/PolymerElements/neon-animation/archive/v1.2.2.tar.gz", ], strip_prefix = "neon-animation-1.2.2", @@ -1857,7 +1857,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "7cfcb9082ef9909da262df6b5c120bc62dbeaff278cb563e8fc60465ddd387e5", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/paper-behaviors/archive/v1.0.12.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/paper-behaviors/archive/v1.0.12.tar.gz", "https://github.com/PolymerElements/paper-behaviors/archive/v1.0.12.tar.gz", ], strip_prefix = "paper-behaviors-1.0.12", @@ -1881,7 +1881,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "896c0a7e34bfcce63fc23c63e105ed9c4d62fa3a6385b7161e1e5cd4058820a6", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/paper-button/archive/v1.0.11.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/paper-button/archive/v1.0.11.tar.gz", "https://github.com/PolymerElements/paper-button/archive/v1.0.11.tar.gz", ], strip_prefix = "paper-button-1.0.11", @@ -1901,7 +1901,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "6828a6954a048b1230fbd2606faffbae950ba1d042175b96ec50ae355786a166", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/paper-checkbox/archive/v1.4.0.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/paper-checkbox/archive/v1.4.0.tar.gz", "https://github.com/PolymerElements/paper-checkbox/archive/v1.4.0.tar.gz", ], strip_prefix = "paper-checkbox-1.4.0", @@ -1919,7 +1919,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "c6a9709e7f528d03dcd574503c18b72d4751ca30017346d16e6a791d37ed9259", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/paper-dialog/archive/v1.0.4.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/paper-dialog/archive/v1.0.4.tar.gz", "https://github.com/PolymerElements/paper-dialog/archive/v1.0.4.tar.gz", ], strip_prefix = "paper-dialog-1.0.4", @@ -1937,7 +1937,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "a7e0e27ce63554bc14f384cf94bcfa24da8dc5f5120dfd565f45e166261aee40", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/paper-dialog-behavior/archive/v1.2.5.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/paper-dialog-behavior/archive/v1.2.5.tar.gz", "https://github.com/PolymerElements/paper-dialog-behavior/archive/v1.2.5.tar.gz", ], strip_prefix = "paper-dialog-behavior-1.2.5", @@ -1960,7 +1960,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "a2e69283e7674f782c44d811387a0f8da2d01fac0172743d1add65e253e6b5ff", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/paper-dialog-scrollable/archive/1.1.5.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/paper-dialog-scrollable/archive/1.1.5.tar.gz", "https://github.com/PolymerElements/paper-dialog-scrollable/archive/1.1.5.tar.gz", ], strip_prefix = "paper-dialog-scrollable-1.1.5", @@ -1979,7 +1979,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "9d88f654ec03ee9be211df9e69bede9e8a22b51bf1dbcc63b79762e4256d81ad", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/paper-dropdown-menu/archive/v1.4.0.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/paper-dropdown-menu/archive/v1.4.0.tar.gz", "https://github.com/PolymerElements/paper-dropdown-menu/archive/v1.4.0.tar.gz", ], strip_prefix = "paper-dropdown-menu-1.4.0", @@ -2011,7 +2011,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "0db4bd8a4bf6f20dcd0dffb4f907b31c93a8647c9c021344239cf30b40b87075", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/paper-header-panel/archive/v1.1.4.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/paper-header-panel/archive/v1.1.4.tar.gz", "https://github.com/PolymerElements/paper-header-panel/archive/v1.1.4.tar.gz", ], strip_prefix = "paper-header-panel-1.1.4", @@ -2028,7 +2028,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "9cba5bcfd6aeb4c41581c1392c678cf2278d360e9d122f4d9db54a9ebb404496", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/paper-icon-button/archive/v1.1.3.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/paper-icon-button/archive/v1.1.3.tar.gz", "https://github.com/PolymerElements/paper-icon-button/archive/v1.1.3.tar.gz", ], strip_prefix = "paper-icon-button-1.1.3", @@ -2050,7 +2050,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "17c3dea9bb1c2026cc61324696c6c774214a0dc37686b91ca214a6af550994db", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/paper-input/archive/v1.1.18.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/paper-input/archive/v1.1.18.tar.gz", "https://github.com/PolymerElements/paper-input/archive/v1.1.18.tar.gz", ], strip_prefix = "paper-input-1.1.18", @@ -2081,7 +2081,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "12ee0dcb61b0d5721c5988571f6974d7b2211e97724f4195893fbcc9058cdac8", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/paper-item/archive/v1.1.4.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/paper-item/archive/v1.1.4.tar.gz", "https://github.com/PolymerElements/paper-item/archive/v1.1.4.tar.gz", ], strip_prefix = "paper-item-1.1.4", @@ -2106,7 +2106,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "3cb35f4fe9a3f15185a9e91711dba8f27e9291c8cd371ebf1be21b8f1d5f65fb", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/paper-listbox/archive/v1.1.2.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/paper-listbox/archive/v1.1.2.tar.gz", "https://github.com/PolymerElements/paper-listbox/archive/v1.1.2.tar.gz", ], strip_prefix = "paper-listbox-1.1.2", @@ -2124,7 +2124,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "09f6c8bd6ddbea2be541dc86306efe41cdfb31bec0b69d35a5dc29772bbc8506", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/paper-material/archive/v1.0.6.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/paper-material/archive/v1.0.6.tar.gz", "https://github.com/PolymerElements/paper-material/archive/v1.0.6.tar.gz", ], strip_prefix = "paper-material-1.0.6", @@ -2144,7 +2144,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "a3cee220926e315f7412236b3628288774694447c0da4428345f36d0f127ba3b", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/paper-menu/archive/v1.2.2.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/paper-menu/archive/v1.2.2.tar.gz", "https://github.com/PolymerElements/paper-menu/archive/v1.2.2.tar.gz", ], strip_prefix = "paper-menu-1.2.2", @@ -2169,7 +2169,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "be3290c288a2bd4f9887213db22c75add99cc29ff4d088100c0bc4eb0e57997b", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/paper-menu-button/archive/v1.5.1.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/paper-menu-button/archive/v1.5.1.tar.gz", "https://github.com/PolymerElements/paper-menu-button/archive/v1.5.1.tar.gz", ], strip_prefix = "paper-menu-button-1.5.1", @@ -2193,7 +2193,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "2b6776b2f023c1f344feea17ba29b58d879e46f8ed43b7256495054b5183fff6", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/paper-progress/archive/v1.0.9.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/paper-progress/archive/v1.0.9.tar.gz", "https://github.com/PolymerElements/paper-progress/archive/v1.0.9.tar.gz", ], strip_prefix = "paper-progress-1.0.9", @@ -2212,7 +2212,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "6e911d0c308aa388136b3af79d1bdcbe5a1f4159cbc79d71efb4ff3b6c0b4e91", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/paper-radio-button/archive/v1.1.2.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/paper-radio-button/archive/v1.1.2.tar.gz", "https://github.com/PolymerElements/paper-radio-button/archive/v1.1.2.tar.gz", ], strip_prefix = "paper-radio-button-1.1.2", @@ -2230,7 +2230,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "7885ad1f81e9dcc03dcea4139b54a201ff55c18543770cd44f94530046c9e163", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/paper-radio-group/archive/v1.0.9.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/paper-radio-group/archive/v1.0.9.tar.gz", "https://github.com/PolymerElements/paper-radio-group/archive/v1.0.9.tar.gz", ], strip_prefix = "paper-radio-group-1.0.9", @@ -2249,7 +2249,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "ba76bfb1c737260a8a103d3ca97faa1f7c3288c7db9b2519f401b7a782147c09", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/paper-ripple/archive/v1.0.5.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/paper-ripple/archive/v1.0.5.tar.gz", "https://github.com/PolymerElements/paper-ripple/archive/v1.0.5.tar.gz", ], strip_prefix = "paper-ripple-1.0.5", @@ -2266,7 +2266,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "08e7c541dbf5d2e959208810bfc03188e82ced87e4d30d325172967f67962c3c", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/paper-slider/archive/v1.0.10.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/paper-slider/archive/v1.0.10.tar.gz", "https://github.com/PolymerElements/paper-slider/archive/v1.0.10.tar.gz", ], strip_prefix = "paper-slider-1.0.10", @@ -2290,7 +2290,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "6a752907fab7899cbeed15b478e7b9299047c15fbf9d1561d6eb4d204bdbd178", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/paper-spinner/archive/v1.1.1.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/paper-spinner/archive/v1.1.1.tar.gz", "https://github.com/PolymerElements/paper-spinner/archive/v1.1.1.tar.gz", ], strip_prefix = "paper-spinner-1.1.1", @@ -2311,7 +2311,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "6d26b0a4c286402098853dc7388f6b22f30dfb7a74e47b34992ac03380144bb2", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/paper-styles/archive/v1.1.4.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/paper-styles/archive/v1.1.4.tar.gz", "https://github.com/PolymerElements/paper-styles/archive/v1.1.4.tar.gz", ], strip_prefix = "paper-styles-1.1.4", @@ -2342,7 +2342,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "c23b6a5221db35e5b1ed3eb8e8696b952572563e285adaec96aba1e3134db825", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/paper-tabs/archive/v1.7.0.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/paper-tabs/archive/v1.7.0.tar.gz", "https://github.com/PolymerElements/paper-tabs/archive/v1.7.0.tar.gz", ], strip_prefix = "paper-tabs-1.7.0", @@ -2371,7 +2371,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "55f623712ed1f2bae6d6fadc522a2458e083ccd44cc0a907672547e7b10758a9", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/paper-toast/archive/v1.3.0.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/paper-toast/archive/v1.3.0.tar.gz", "https://github.com/PolymerElements/paper-toast/archive/v1.3.0.tar.gz", ], strip_prefix = "paper-toast-1.3.0", @@ -2389,7 +2389,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "4aa7cf0396fa2994a8bc2ac6e8428f48b07b945bb7c41bd52041ef5827b45de3", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/paper-toggle-button/archive/v1.2.0.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/paper-toggle-button/archive/v1.2.0.tar.gz", "https://github.com/PolymerElements/paper-toggle-button/archive/v1.2.0.tar.gz", ], strip_prefix = "paper-toggle-button-1.2.0", @@ -2408,7 +2408,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "dbddffc0654d9fb5fb48843087eebe16bf7a134902495a664c96c11bf8a2c63d", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/paper-toolbar/archive/v1.1.4.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/paper-toolbar/archive/v1.1.4.tar.gz", "https://github.com/PolymerElements/paper-toolbar/archive/v1.1.4.tar.gz", ], strip_prefix = "paper-toolbar-1.1.4", @@ -2426,7 +2426,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "4c6667acf01f73da14c3cbc0aa574bf14280304567987ee0314534328377d2ad", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/paper-tooltip/archive/v1.1.2.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/paper-tooltip/archive/v1.1.2.tar.gz", "https://github.com/PolymerElements/paper-tooltip/archive/v1.1.2.tar.gz", ], strip_prefix = "paper-tooltip-1.1.2", @@ -2444,7 +2444,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): sha256 = "07a9e62ffb52193da3af09adda2fbac5cc690439978520e2d03e783863f65f91", strip_prefix = "polymer-1.7.0", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/polymer/polymer/archive/v1.7.0.tar.gz", + "http://mirror.bazel.build/github.com/polymer/polymer/archive/v1.7.0.tar.gz", "https://github.com/polymer/polymer/archive/v1.7.0.tar.gz", ], path = "/polymer", @@ -2460,7 +2460,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256 = "e06eb54f2a80e6b3cd0bd4d59f900423bcaee53fc03998a056df63740c684683", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PrismJS/prism/archive/abee2b7587f1925e57777044270e2a1860810994.tar.gz", + "http://mirror.bazel.build/github.com/PrismJS/prism/archive/abee2b7587f1925e57777044270e2a1860810994.tar.gz", "https://github.com/PrismJS/prism/archive/abee2b7587f1925e57777044270e2a1860810994.tar.gz", ], strip_prefix = "prism-abee2b7587f1925e57777044270e2a1860810994", @@ -2476,7 +2476,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "ad70bf9cd5bbdf525d465e1b0658867ab4022193eb9c74087a839044b46312b4", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/prism-element/archive/1.0.4.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/prism-element/archive/1.0.4.tar.gz", "https://github.com/PolymerElements/prism-element/archive/1.0.4.tar.gz", ], strip_prefix = "prism-element-1.0.4", @@ -2497,7 +2497,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): sha256 = "4495450e5d884c3e16b537b43afead7f84d17c7dc061bcfcbf440eac083e4ef5", strip_prefix = "promise-polyfill-1.0.0", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerLabs/promise-polyfill/archive/v1.0.0.tar.gz", + "http://mirror.bazel.build/github.com/PolymerLabs/promise-polyfill/archive/v1.0.0.tar.gz", "https://github.com/PolymerLabs/promise-polyfill/archive/v1.0.0.tar.gz", ], path = "/promise-polyfill", @@ -2515,7 +2515,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "f8bd760cbdeba131f6790bd5abe170bcbf7b1755ff58ed16d0b82fa8a7f34a7f", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/web-animations/web-animations-js/archive/2.2.1.tar.gz", + "http://mirror.bazel.build/github.com/web-animations/web-animations-js/archive/2.2.1.tar.gz", "https://github.com/web-animations/web-animations-js/archive/2.2.1.tar.gz", ], strip_prefix = "web-animations-js-2.2.1", @@ -2528,7 +2528,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "138c43306ee0a6d699ddca9b3c6b0f4982974ea8b7bdad291ea7276c72301df9", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/webcomponents/webcomponentsjs/archive/v0.7.22.tar.gz", + "http://mirror.bazel.build/github.com/webcomponents/webcomponentsjs/archive/v0.7.22.tar.gz", "https://github.com/webcomponents/webcomponentsjs/archive/v0.7.22.tar.gz", ], strip_prefix = "webcomponentsjs-0.7.22", @@ -2557,7 +2557,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # Apache License 2.0 sha256 = "1d6a72f401c9d53f68238c617dd43a05cd85ca5aa2e676a5b3c352711448e093", urls = [ - "http://bazel-mirror.storage.googleapis.com/registry.npmjs.org/accessibility-developer-tools/-/accessibility-developer-tools-2.10.0.tgz", + "http://mirror.bazel.build/registry.npmjs.org/accessibility-developer-tools/-/accessibility-developer-tools-2.10.0.tgz", "https://registry.npmjs.org/accessibility-developer-tools/-/accessibility-developer-tools-2.10.0.tgz", ], strip_prefix = "package", @@ -2570,7 +2570,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256 = "08655255ae810bf4d1cb1642df57658fcce823776d3ba8f4b46f4bbff6c87ece", urls = [ - "http://bazel-mirror.storage.googleapis.com/registry.npmjs.org/async/-/async-1.5.0.tgz", + "http://mirror.bazel.build/registry.npmjs.org/async/-/async-1.5.0.tgz", "https://registry.npmjs.org/async/-/async-1.5.0.tgz", ], strip_prefix = "package", @@ -2582,7 +2582,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256 = "aca8137bed5bb295bd7173325b7ad604cd2aeb341d739232b4f9f0b26745be90", urls = [ - "http://bazel-mirror.storage.googleapis.com/registry.npmjs.org/chai/-/chai-3.5.0.tgz", + "http://mirror.bazel.build/registry.npmjs.org/chai/-/chai-3.5.0.tgz", "https://registry.npmjs.org/chai/-/chai-3.5.0.tgz", ], strip_prefix = "package", @@ -2594,7 +2594,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # MIT sha256 = "13ef37a071196a2fba680799b906555d3f0ab61e80a7e8f73f93e77914590dd4", urls = [ - "http://bazel-mirror.storage.googleapis.com/registry.npmjs.org/mocha/-/mocha-2.5.3.tgz", + "http://mirror.bazel.build/registry.npmjs.org/mocha/-/mocha-2.5.3.tgz", "https://registry.npmjs.org/mocha/-/mocha-2.5.3.tgz", ], suppress = ["strictDependencies"], @@ -2607,7 +2607,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "49edb057695fc9019aae992bf7e677a07de7c6ce2bf9f9facde4a245045d1532", urls = [ - "http://bazel-mirror.storage.googleapis.com/registry.npmjs.org/sinon/-/sinon-1.17.4.tgz", + "http://mirror.bazel.build/registry.npmjs.org/sinon/-/sinon-1.17.4.tgz", "https://registry.npmjs.org/sinon/-/sinon-1.17.4.tgz", ], strip_prefix = "package/lib", @@ -2619,7 +2619,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "b85fc56f713832960b56fe9269ee4bb2cd41edd2ceb130b0936e5bdbed5dea63", urls = [ - "http://bazel-mirror.storage.googleapis.com/registry.npmjs.org/sinon-chai/-/sinon-chai-2.8.0.tgz", + "http://mirror.bazel.build/registry.npmjs.org/sinon-chai/-/sinon-chai-2.8.0.tgz", "https://registry.npmjs.org/sinon-chai/-/sinon-chai-2.8.0.tgz", ], strip_prefix = "package", @@ -2631,7 +2631,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "c659e60f7957d9d80c23a7aacc4d71b19c6421a08f91174c0062de369595acae", urls = [ - "http://bazel-mirror.storage.googleapis.com/registry.npmjs.org/stacky/-/stacky-1.3.1.tgz", + "http://mirror.bazel.build/registry.npmjs.org/stacky/-/stacky-1.3.1.tgz", "https://registry.npmjs.org/stacky/-/stacky-1.3.1.tgz", ], strip_prefix = "package", @@ -2643,7 +2643,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): licenses = ["notice"], # BSD-3-Clause sha256 = "9d4ebd4945df8a936916d4d32b7f280f2a3afa35f79e7ca8ad3ed0a42770c537", urls = [ - "http://bazel-mirror.storage.googleapis.com/registry.npmjs.org/web-component-tester/-/web-component-tester-4.3.6.tgz", + "http://mirror.bazel.build/registry.npmjs.org/web-component-tester/-/web-component-tester-4.3.6.tgz", "https://registry.npmjs.org/web-component-tester/-/web-component-tester-4.3.6.tgz", ], strip_prefix = "package", @@ -2671,7 +2671,7 @@ def tf_workspace(path_prefix="", tf_repo_name=""): sha256 = "59d6cfb1187733b71275becfea181fe0aa1f734df5ff77f5850c806bbbf9a0d9", strip_prefix = "test-fixture-2.0.1", urls = [ - "http://bazel-mirror.storage.googleapis.com/github.com/PolymerElements/test-fixture/archive/v2.0.1.tar.gz", + "http://mirror.bazel.build/github.com/PolymerElements/test-fixture/archive/v2.0.1.tar.gz", "https://github.com/PolymerElements/test-fixture/archive/v2.0.1.tar.gz", ], path = "/test-fixture",