aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlexis Hildebrandt2015-01-06 20:48:15 +0100
committerJack Nagel2015-01-12 21:08:23 -0500
commitb5cb29a160282a30be12b047bbff927b87693eaa (patch)
tree2c2fdd8a12c8fd63daf466307cd1fcfbdda4d20c /Library
parent85c497b71fd2ee74ced8dfc1f4413f71824f15d6 (diff)
downloadhomebrew-b5cb29a160282a30be12b047bbff927b87693eaa.tar.bz2
mpfr: modernize
* Use https mirror Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mpfr.rb2
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"