aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pure.rb
diff options
context:
space:
mode:
authorJay Lieske2012-03-10 13:48:48 -0800
committerAdam Vandenberg2012-03-10 14:03:24 -0800
commitf07bd30262dc89534842fca44802d557529a312f (patch)
tree31810fe8294560a47b27537435e5c63b7c800a69 /Library/Formula/pure.rb
parent3329ad470059428edf29d940a4866d38d2ec0807 (diff)
downloadhomebrew-f07bd30262dc89534842fca44802d557529a312f.tar.bz2
pure 0.52
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/pure.rb')
-rw-r--r--Library/Formula/pure.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/pure.rb b/Library/Formula/pure.rb
index 20c50cab9..8aa1f869a 100644
--- a/Library/Formula/pure.rb
+++ b/Library/Formula/pure.rb
@@ -1,14 +1,15 @@
require 'formula'
class Pure < Formula
- url 'http://pure-lang.googlecode.com/files/pure-0.47.tar.gz'
homepage 'http://code.google.com/p/pure-lang/'
- sha1 'f47915ffa9fd0c7dee40f364a5751bfd4f945bf1'
+ url 'http://pure-lang.googlecode.com/files/pure-0.52.tar.gz'
+ sha1 '397755f5ff78ae08111188e0bb6bdc434506730b'
depends_on 'wget'
depends_on 'llvm'
depends_on 'gmp'
depends_on 'readline'
+ depends_on 'mpfr'
def install
system "./configure", "--disable-debug",