diff options
Diffstat (limited to 'Library/Formula/pure.rb')
| -rw-r--r-- | Library/Formula/pure.rb | 5 | 
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  | 
