aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-10-04 13:06:08 +0100
committerTim D. Smith2014-10-04 14:06:05 -0700
commitb14fa586736d8b29842e1d39c405dfac9d71de5c (patch)
treef17ae432543af34df8251fe1bddbf07035b3fdf7 /Library
parent1203e0e5aa9ff968833834ce1843f7f7e1a57b8a (diff)
downloadhomebrew-b14fa586736d8b29842e1d39c405dfac9d71de5c.tar.bz2
pypy3: add 2.3.1_1 bottle.
Closes #32765. Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pypy3.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/pypy3.rb b/Library/Formula/pypy3.rb
index 79d18e838..9007b349d 100644
--- a/Library/Formula/pypy3.rb
+++ b/Library/Formula/pypy3.rb
@@ -4,6 +4,13 @@ class Pypy3 < Formula
homepage "http://pypy.org/"
url "https://bitbucket.org/pypy/pypy/downloads/pypy3-2.3.1-src.tar.bz2"
sha1 "b9a0d9759f6f383e5c9edab4a21c3b8768f28dbd"
+ bottle do
+ cellar :any
+ sha1 "51f93930d175a44e6f97aa7827f46f1e009f0c1a" => :mavericks
+ sha1 "298a86ebee02ba6669887c9ae4bb880d2ddbbf6d" => :mountain_lion
+ sha1 "edf9c97210ef71120a8691d6c04a81ac18f3f234" => :lion
+ end
+
revision 1
depends_on :arch => :x86_64