aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAlex Gaynor2013-05-21 11:10:33 -0700
committerAdam Vandenberg2013-05-21 11:40:01 -0700
commit71ae903d0d179cd2d33a0806602008e6b029382e (patch)
tree8d97a0614e2c350fb95b7a21a1745716504d5a18 /Library/Formula
parentec8a701640086d0c4bf3f476291a23d391d77e5e (diff)
downloadhomebrew-71ae903d0d179cd2d33a0806602008e6b029382e.tar.bz2
PyPy: fix version number
Closes #19979. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pypy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pypy.rb b/Library/Formula/pypy.rb
index faac81a14..7046badd8 100644
--- a/Library/Formula/pypy.rb
+++ b/Library/Formula/pypy.rb
@@ -8,7 +8,7 @@ end
class Pypy < Formula
homepage 'http://pypy.org/'
url 'https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.2-osx64.tar.bz2'
- version '2.0.1'
+ version '2.0.2'
sha1 'a53de7bc88b9caa635d9d679c6e63813881ea7e9'
depends_on :arch => :x86_64