PyPy: Update to 1.7
Closes Homebrew/homebrew#8703. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
47fd9e1ee1
commit
c338f57a40
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@ require 'hardware'
|
|||
|
||||
class Pypy < Formula
|
||||
if MacOS.prefer_64_bit?
|
||||
url 'http://bitbucket.org/pypy/pypy/downloads/pypy-1.6-osx64.tar.bz2'
|
||||
md5 '78bbf70f55e9fec20d7ac22531a997fc'
|
||||
version '1.6.0'
|
||||
url 'https://bitbucket.org/pypy/pypy/downloads/pypy-1.7-osx64.tar.bz2'
|
||||
md5 'ff979054fc8e17b4973ffebb9844b159'
|
||||
version '1.7'
|
||||
else
|
||||
url 'http://pypy.org/download/pypy-1.4.1-osx.tar.bz2'
|
||||
md5 '8584c4e8c042f5b661fcfffa0d9b8a25'
|
||||
|
|
Loading…
Reference in a new issue