libmpc 1.0.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
b91b65dea5
commit
4870da77b4
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Libmpc < Formula
|
||||
homepage 'http://multiprecision.org'
|
||||
url 'http://multiprecision.org/mpc/download/mpc-1.0.tar.gz'
|
||||
sha1 '20af7cc481433c019285a2c1757ac65e244e1e06'
|
||||
url 'http://multiprecision.org/mpc/download/mpc-1.0.1.tar.gz'
|
||||
sha1 '8c7e19ad0dd9b3b5cc652273403423d6cf0c5edf'
|
||||
|
||||
depends_on 'gmp'
|
||||
depends_on 'mpfr'
|
||||
|
|
Loading…
Reference in a new issue