aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAndy Freeland2014-09-21 09:39:43 -0400
committerAdam Vandenberg2014-09-21 08:45:05 -0700
commitad1780ee6aa3d1e6f2c4c577662d76f7cf980735 (patch)
tree151d6a59e4de56c2a7a2f9f86f677bd48dd95f41 /Library/Formula
parente962f2c7c907fad078e6c1d0e656a8e6825f8928 (diff)
downloadhomebrew-ad1780ee6aa3d1e6f2c4c577662d76f7cf980735.tar.bz2
PyPy 2.4.0 with setuptools 5.8
Closes #32479. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pypy.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/pypy.rb b/Library/Formula/pypy.rb
index 97cec4810..18f21fdaa 100644
--- a/Library/Formula/pypy.rb
+++ b/Library/Formula/pypy.rb
@@ -2,15 +2,15 @@ require 'formula'
class Pypy < Formula
homepage 'http://pypy.org/'
- url 'https://bitbucket.org/pypy/pypy/downloads/pypy-2.3.1-osx64.tar.bz2'
- version '2.3.1'
- sha1 '4d9cdf801e4c8fb432b17be0edf76eb3d9360f40'
+ url 'https://bitbucket.org/pypy/pypy/downloads/pypy-2.4.0-osx64.tar.bz2'
+ version '2.4.0'
+ sha1 'b9f87df364617c1a8c43303a467d698e4a3e1935'
depends_on :arch => :x86_64
resource 'setuptools' do
- url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-5.4.2.tar.gz'
- sha1 'a681ba56c30c0eb66528215842d3e3fcb5157614'
+ url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-5.8.tar.gz'
+ sha1 '21e2ee6a61c4f71711956fa99803283f0168041a'
end
resource 'pip' do