diff options
| author | BrewTestBot | 2014-10-04 13:06:08 +0100 |
|---|---|---|
| committer | Tim D. Smith | 2014-10-04 14:06:05 -0700 |
| commit | 1203e0e5aa9ff968833834ce1843f7f7e1a57b8a (patch) | |
| tree | 021d3720539327fff4951d984394c2da7202b6aa /Library | |
| parent | b75b3a6a038880d4233508f2d65cb6904019ef51 (diff) | |
| download | homebrew-1203e0e5aa9ff968833834ce1843f7f7e1a57b8a.tar.bz2 | |
pypy: add 2.4.0_2 bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pypy.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/pypy.rb b/Library/Formula/pypy.rb index a9168e2cf..7f10f054c 100644 --- a/Library/Formula/pypy.rb +++ b/Library/Formula/pypy.rb @@ -4,6 +4,13 @@ class Pypy < Formula homepage "http://pypy.org/" url "https://bitbucket.org/pypy/pypy/downloads/pypy-2.4.0-src.tar.bz2" sha1 "e2e0bcf8457c0ae5a24f126a60aa921dabfe60fb" + bottle do + cellar :any + sha1 "533b3d5b9e566b7162d529c0f0bfaaea06cb19e8" => :mavericks + sha1 "bc30d65847cb9b1e1eb85eb3ff36fd003f1f23b5" => :mountain_lion + sha1 "3f91bcf68fc5d6954f7032be18f14eb17dfb8d55" => :lion + end + revision 2 depends_on :arch => :x86_64 |
