pcre2: use http mirror (was ftp)
Closes Homebrew/homebrew#37323. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
7a45d54fe5
commit
ad3df1dcf6
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class Pcre2 < Formula
|
||||
homepage "http://www.pcre.org/"
|
||||
url "https://downloads.sourceforge.net/pcre/pcre2/10.00/pcre2-10.00.tar.bz2"
|
||||
mirror "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-10.00.tar.bz2"
|
||||
mirror "http://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-10.00.tar.bz2"
|
||||
sha256 "487e605cf6ea273b416ad86fb8f2746c36f9959dcc730a6f49a4beca7c73888b"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue