From 57bea3656bc8a51633cbe48cdfd66ecf0ac8bc71 Mon Sep 17 00:00:00 2001 From: Michael Hetrick Date: Wed, 25 Apr 2012 17:20:26 -0700 Subject: pure 0.53 Closes #11886. Signed-off-by: Adam Vandenberg --- Library/Formula/pure.rb | 5 +++-- 1 file 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 -- cgit v1.2.3