From 88b639d381f436ed34a3a126963bdc0cfc6c2356 Mon Sep 17 00:00:00 2001 From: David Marcin Date: Mon, 15 Nov 2021 15:28:08 -0800 Subject: [PATCH] pcre is no longer served from ftp.pcre.org --- third_party/pcre/pcre_repositories.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/pcre/pcre_repositories.bzl b/third_party/pcre/pcre_repositories.bzl index 6aaf32b95..5483198d6 100644 --- a/third_party/pcre/pcre_repositories.bzl +++ b/third_party/pcre/pcre_repositories.bzl @@ -12,6 +12,6 @@ def pcre_repositories(): strip_prefix = "pcre-8.44", urls = [ "https://mirror.bazel.build/ftp.pcre.org/pub/pcre/pcre-8.44.tar.gz", - "https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.gz", + "https://downloads.sourceforge.net/project/pcre/pcre/8.44/pcre-8.44.tar.gz" ], )