diff options
| author | Aku Kotkavuo | 2010-06-26 03:56:07 +0300 |
|---|---|---|
| committer | Adam Vandenberg | 2010-06-25 18:47:56 -0700 |
| commit | a546a1fe83bf7c9bbcb223417e8859a8cc89d258 (patch) | |
| tree | 9c668c049a7b626e342a82bab72a962617ba5382 /Library/Formula/pypy.rb | |
| parent | 3be284a222c6e6b4683eced78281ac3f27fd0676 (diff) | |
| download | homebrew-a546a1fe83bf7c9bbcb223417e8859a8cc89d258.tar.bz2 | |
Update pypy to 1.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/pypy.rb')
| -rw-r--r-- | Library/Formula/pypy.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/pypy.rb b/Library/Formula/pypy.rb index 8d12c5cd0..8025e269b 100644 --- a/Library/Formula/pypy.rb +++ b/Library/Formula/pypy.rb @@ -1,10 +1,10 @@ require 'formula' class Pypy <Formula - url 'http://pypy.org/download/pypy-1.2-osx.tar.bz2' + url 'http://pypy.org/download/pypy-1.3-osx.tar.bz2' homepage 'http://pypy.org/' - md5 'b5f693d7add487c5c5c16c0603fc1e5f' - version '1.2' + md5 'eb34325767bef243dc642252ffb1005a' + version '1.3' def install prefix.install 'bin' |
