diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mpfr.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mpfr.rb b/Library/Formula/mpfr.rb index da34a6a19..d6b94411f 100644 --- a/Library/Formula/mpfr.rb +++ b/Library/Formula/mpfr.rb @@ -2,7 +2,7 @@ class Mpfr < Formula homepage "http://www.mpfr.org/" # Upstream is down a lot, so use the GNU mirror + Gist for patches url "http://ftpmirror.gnu.org/mpfr/mpfr-3.1.2.tar.bz2" - mirror "http://ftp.gnu.org/gnu/mpfr/mpfr-3.1.2.tar.bz2" + mirror "https://ftp.gnu.org/gnu/mpfr/mpfr-3.1.2.tar.bz2" sha1 "46d5a11a59a4e31f74f73dd70c5d57a59de2d0b4" version "3.1.2-p10" |
