Updated libmpc to 0.8.2

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Markus Groß 2010-08-16 19:59:22 +02:00 committed by Adam Vandenberg
parent 1eb0b66a97
commit 2b2568cb86
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
require 'formula'
class Libmpc < Formula
url 'http://multiprecision.org/mpc/download/mpc-0.8.1.tar.gz'
url 'http://multiprecision.org/mpc/download/mpc-0.8.2.tar.gz'
homepage 'http://multiprecision.org'
md5 '5b34aa804d514cc295414a963aedb6bf'
md5 'e98267ebd5648a39f881d66797122fb6'
depends_on 'gmp'
depends_on 'mpfr'