aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlex Gaynor2014-10-21 10:19:37 -0700
committerJack Nagel2014-10-21 23:01:51 -0500
commitd0c1e140eaf85fcc0cd1a74ac60b71d59005a93d (patch)
tree7549d4d9e9a923f3faf6ca0415cb73be060e29a5 /Library
parent72652220825565dc8d12aa15265f150c259a5336 (diff)
downloadhomebrew-d0c1e140eaf85fcc0cd1a74ac60b71d59005a93d.tar.bz2
PyPy3 2.4.0
Closes #33443. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pypy3.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/pypy3.rb b/Library/Formula/pypy3.rb
index 9007b349d..3621f1880 100644
--- a/Library/Formula/pypy3.rb
+++ b/Library/Formula/pypy3.rb
@@ -2,8 +2,9 @@ require "formula"
class Pypy3 < Formula
homepage "http://pypy.org/"
- url "https://bitbucket.org/pypy/pypy/downloads/pypy3-2.3.1-src.tar.bz2"
- sha1 "b9a0d9759f6f383e5c9edab4a21c3b8768f28dbd"
+ url "https://bitbucket.org/pypy/pypy/downloads/pypy3-2.4.0-src.tar.bz2"
+ sha1 "438572443ae6f54eb6122d807f104787c5247e01"
+
bottle do
cellar :any
sha1 "51f93930d175a44e6f97aa7827f46f1e009f0c1a" => :mavericks
@@ -11,8 +12,6 @@ class Pypy3 < Formula
sha1 "edf9c97210ef71120a8691d6c04a81ac18f3f234" => :lion
end
- revision 1
-
depends_on :arch => :x86_64
depends_on "pkg-config" => :build
depends_on "openssl"