From 8d5de9e7229ecf4aef1678022985807fe6706317 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 24 Jan 2013 14:41:23 -0600 Subject: mpfr: fix audit warning --- Library/Formula/mpfr.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/mpfr.rb b/Library/Formula/mpfr.rb index df0462cbb..4cfed8e5f 100644 --- a/Library/Formula/mpfr.rb +++ b/Library/Formula/mpfr.rb @@ -3,7 +3,8 @@ require 'formula' class Mpfr < Formula homepage 'http://www.mpfr.org/' # Upstream is down a lot, so use the GNU mirror + Gist for patches - url 'http://ftp.gnu.org/gnu/mpfr/mpfr-3.1.1.tar.bz2' + url 'http://ftpmirror.gnu.org/mpfr/mpfr-3.1.1.tar.bz2' + mirror 'http://ftp.gnu.org/gnu/mpfr/mpfr-3.1.1.tar.bz2' version '3.1.1-p2' sha1 'f632d43943ff9f13c184fa13b9a6e8c7f420f4dd' -- cgit v1.2.3