aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMichael Hetrick2012-04-25 17:20:26 -0700
committerAdam Vandenberg2012-04-28 10:51:53 -0700
commit57bea3656bc8a51633cbe48cdfd66ecf0ac8bc71 (patch)
tree93935687e8d087293f59432f5a1d277a93fc0f76 /Library/Formula
parent0eb1207be7d7218bcc73ecc5cfaa99f7a0c5643c (diff)
downloadhomebrew-57bea3656bc8a51633cbe48cdfd66ecf0ac8bc71.tar.bz2
pure 0.53
Closes #11886. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 8aa1f869a..3a2db4f23 100644
--- a/Library/Formula/pure.rb
+++ b/Library/Formula/pure.rb
@@ -2,8 +2,8 @@ require 'formula'
class Pure < Formula
homepage 'http://code.google.com/p/pure-lang/'
- url 'http://pure-lang.googlecode.com/files/pure-0.52.tar.gz'
- sha1 '397755f5ff78ae08111188e0bb6bdc434506730b'
+ url 'http://pure-lang.googlecode.com/files/pure-0.53.tar.gz'
+ sha1 '67f1394c06d885b79fc824283f0f7551a6fb2641'
depends_on 'wget'
depends_on 'llvm'
@@ -17,6 +17,7 @@ class Pure < Formula
"--enable-release",
"--without-elisp"
system "make"
+ system "make check"
system "make install"
system "make install-docs"
end