diff options
Diffstat (limited to 'Library/Formula')
| -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 95106e5b3..8cdb0c2bf 100644 --- a/Library/Formula/pypy.rb +++ b/Library/Formula/pypy.rb @@ -9,9 +9,9 @@ class Pypy < Formula homepage 'http://pypy.org/' if MacOS.prefer_64_bit? - url 'https://bitbucket.org/pypy/pypy/downloads/pypy-1.8-osx64.tar.bz2' - version '1.8' - md5 '1c293253e8e4df411c3dd59dff82a663' + url 'https://bitbucket.org/pypy/pypy/downloads/pypy-1.9-osx64.tar.bz2' + version '1.9' + md5 'aad9c4b7b827583e37fe8ae0f7cfe0ff' else url 'http://pypy.org/download/pypy-1.4.1-osx.tar.bz2' version '1.4.1' |
