PyPy: fix version number
Closes Homebrew/homebrew#19979. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
a872741d55
commit
46db5bd9cb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue