aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMatt Sicker2013-10-05 22:27:25 +0100
committerMike McQuaid2013-10-05 22:28:15 +0100
commit5d2f276768963aed8d559cbb8d790825671cbbf2 (patch)
tree13f7abd8792c397d3d83e6ee885f068e16e7a779 /Library/Formula
parentcb52efbb033047422aed2009ca8bd954b9e96b84 (diff)
downloadhomebrew-5d2f276768963aed8d559cbb8d790825671cbbf2.tar.bz2
gmp 5.1.3
Changes between GMP version 5.1.2 and 5.1.3: BUGS FIXED * The internal functions mpn_sbpi1_div_qr_sec mpn_sbpi1_div_r_sec could compute garbage with a low probability. They are now rewritten, and the test code has been improved. * A bug in the ia64 implementation of mpn_divrem_2, clobbering some callee-save registers, has been fixed. This is an internal function, with the bug manifesting itself as miscomputation in, e.g., mpn_sqrtrem. * The documentation now correctly says 'const' for input arguments. Closes #23060. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gmp.rb12
1 files changed, 3 insertions, 9 deletions
diff --git a/Library/Formula/gmp.rb b/Library/Formula/gmp.rb
index f7ae7324e..19e1994aa 100644
--- a/Library/Formula/gmp.rb
+++ b/Library/Formula/gmp.rb
@@ -2,15 +2,9 @@ require 'formula'
class Gmp < Formula
homepage 'http://gmplib.org/'
- url 'ftp://ftp.gmplib.org/pub/gmp-5.1.2/gmp-5.1.2.tar.bz2'
- mirror 'http://ftp.gnu.org/gnu/gmp/gmp-5.1.2.tar.bz2'
- sha1 '2cb498322b9be4713829d94dee944259c017d615'
-
- bottle do
- cellar :any
- sha1 '65dc7505fe80c1ac3fd502a2bfdc09fcfa40a66e' => :mountain_lion
- sha1 '186c0b5627fc0af1114d9bea543dc19bd657df0c' => :lion
- end
+ url 'ftp://ftp.gmplib.org/pub/gmp/gmp-5.1.3.tar.bz2'
+ mirror 'http://ftp.gnu.org/gnu/gmp/gmp-5.1.3.tar.bz2'
+ sha1 'b35928e2927b272711fdfbf71b7cfd5f86a6b165'
option '32-bit'