aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mpfr.rb8
1 files changed, 2 insertions, 6 deletions
diff --git a/Library/Formula/mpfr.rb b/Library/Formula/mpfr.rb
index a2de1d39d..a2d180443 100644
--- a/Library/Formula/mpfr.rb
+++ b/Library/Formula/mpfr.rb
@@ -2,8 +2,8 @@ require 'formula'
class Mpfr < Formula
homepage 'http://www.mpfr.org/'
- url 'http://www.mpfr.org/mpfr-3.1.0/mpfr-3.1.0.tar.bz2'
- md5 '238ae4a15cc3a5049b723daef5d17938'
+ url 'http://www.mpfr.org/mpfr-3.1.1/mpfr-3.1.1.tar.bz2'
+ sha256 '7b66c3f13dc8385f08264c805853f3e1a8eedab8071d582f3e661971c9acd5fd'
depends_on 'gmp'
@@ -11,10 +11,6 @@ class Mpfr < Formula
[["--32-bit", "Build 32-bit only."]]
end
- def patches
- "http://www.mpfr.org/mpfr-3.1.0/allpatches"
- end
-
def install
args = ["--disable-dependency-tracking", "--prefix=#{prefix}"]