pypy 4.0.1
Upgrade to pypy v4.0.1 Should close issue https://github.com/Homebrew/homebrew/issues/46207 Closes Homebrew/homebrew#46209. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
6502f53c9f
commit
92cce1551f
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Pypy < Formula
|
||||
desc "Implementation of Python 2 in Python"
|
||||
homepage "http://pypy.org/"
|
||||
url "https://bitbucket.org/pypy/pypy/downloads/pypy-4.0.0-src.tar.bz2"
|
||||
sha256 "acff480e44ce92acd057f2e786775af36dc3c2cd12e9efc60a1ac6a562ad7b4d"
|
||||
url "https://bitbucket.org/pypy/pypy/downloads/pypy-4.0.1-src.tar.bz2"
|
||||
sha256 "29f5aa6ba17b34fd980e85172dfeb4086fdc373ad392b1feff2677d2d8aea23c"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue