diff options
| author | BrewTestBot | 2014-12-19 06:13:50 +0000 | 
|---|---|---|
| committer | Tim D. Smith | 2014-12-19 07:26:25 -0500 | 
| commit | 114a796e059ecd3092d53aacb7bec69d8b3de90c (patch) | |
| tree | 4d52eda63daba3a7c68125ba73000130cb02a425 /Library | |
| parent | 39c09efdcb94c42b9c191ef8ac8eda6ad6dffe10 (diff) | |
| download | homebrew-114a796e059ecd3092d53aacb7bec69d8b3de90c.tar.bz2 | |
pypy3: update 2.4.0 bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pypy3.rb | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/Library/Formula/pypy3.rb b/Library/Formula/pypy3.rb index 50c3bc09a..6107b6f38 100644 --- a/Library/Formula/pypy3.rb +++ b/Library/Formula/pypy3.rb @@ -7,10 +7,10 @@ class Pypy3 < Formula    bottle do      cellar :any -    revision 3 -    sha1 "d7999dceba153f4cecc6ba5f60916aa3d861dcb3" => :yosemite -    sha1 "73c695fc641d56732c50395e5228004541b8c8cb" => :mavericks -    sha1 "cc8b078834920933b7a83c84cc0d7d6e14cd51c9" => :mountain_lion +    revision 4 +    sha1 "436d9f72ecfe83b50a045a68874d7aaab67fbe7d" => :yosemite +    sha1 "cce8dc0fd43e58d962b0747a4901f261d2ccd287" => :mavericks +    sha1 "94d8d0bbf5baffac4c453e742686f2380d5e7f2d" => :mountain_lion    end    depends_on :arch => :x86_64 | 
