PyPy 2.3.1
Closes Homebrew/homebrew#29966. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
9750c1f8b0
commit
b940790757
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
|
||||
class Pypy < Formula
|
||||
homepage 'http://pypy.org/'
|
||||
url 'https://bitbucket.org/pypy/pypy/downloads/pypy-2.3-osx64.tar.bz2'
|
||||
version '2.3.0'
|
||||
sha1 'b40c3c56138725757ef0f97ffb67dce89b7665f0'
|
||||
url 'https://bitbucket.org/pypy/pypy/downloads/pypy-2.3.1-osx64.tar.bz2'
|
||||
version '2.3.1'
|
||||
sha1 '4d9cdf801e4c8fb432b17be0edf76eb3d9360f40'
|
||||
|
||||
depends_on :arch => :x86_64
|
||||
|
||||
|
|
Loading…
Reference in a new issue