aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlex Gaynor2014-06-07 18:41:52 -0700
committerJack Nagel2014-06-07 21:24:54 -0500
commit0ef320f4bcd340064bd6751c29195c190f198e68 (patch)
tree7e8e5164b8c44668fd5db17b73b56f4daebeaad5 /Library
parentf6073a1d409f0cb1851a0c5e6968575d5feb1260 (diff)
downloadhomebrew-0ef320f4bcd340064bd6751c29195c190f198e68.tar.bz2
PyPy 2.3.1
Closes #29966. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pypy.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/pypy.rb b/Library/Formula/pypy.rb
index d711326c8..68a0b6eb9 100644
--- a/Library/Formula/pypy.rb
+++ b/Library/Formula/pypy.rb
@@ -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