diff options
| author | Viktor Szakáts | 2015-03-02 16:19:23 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-02 17:05:12 +0000 |
| commit | c1cb4aecff3aa6b10a2ae50bcd3216432b5cd79e (patch) | |
| tree | 946fbd27f7306f2ea8e2c4eed7e3eaa071c0f382 | |
| parent | 9cf4813f1fe6a7bd45a80f464628164467367c3a (diff) | |
| download | homebrew-c1cb4aecff3aa6b10a2ae50bcd3216432b5cd79e.tar.bz2 | |
pcre: use http mirror (was ftp)
Closes #37324.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/pcre.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pcre.rb b/Library/Formula/pcre.rb index da23eb87f..f36154f0c 100644 --- a/Library/Formula/pcre.rb +++ b/Library/Formula/pcre.rb @@ -1,7 +1,7 @@ class Pcre < Formula homepage "http://www.pcre.org/" url "https://downloads.sourceforge.net/project/pcre/pcre/8.36/pcre-8.36.tar.bz2" - mirror "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.36.tar.bz2" + mirror "http://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.36.tar.bz2" sha256 "ef833457de0c40e82f573e34528f43a751ff20257ad0e86d272ed5637eb845bb" bottle do |
