diff options
| author | Michael Hetrick | 2012-04-25 17:20:26 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-04-28 10:51:53 -0700 | 
| commit | 57bea3656bc8a51633cbe48cdfd66ecf0ac8bc71 (patch) | |
| tree | 93935687e8d087293f59432f5a1d277a93fc0f76 /Library/Formula/pure.rb | |
| parent | 0eb1207be7d7218bcc73ecc5cfaa99f7a0c5643c (diff) | |
| download | homebrew-57bea3656bc8a51633cbe48cdfd66ecf0ac8bc71.tar.bz2 | |
pure 0.53
Closes #11886.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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  | 
