diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/cwm.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/cwm.rb b/Library/Formula/cwm.rb index 2ea843c81..c39737ca1 100644 --- a/Library/Formula/cwm.rb +++ b/Library/Formula/cwm.rb @@ -5,6 +5,13 @@ class Cwm < Formula url "https://github.com/chneukirchen/cwm/archive/v5.5.tar.gz" sha1 "0e21a48b4973beb7ddf265bea48b73b0c39a589e" + bottle do + cellar :any + sha1 "4794ec9443e9ff59c3af6f85ba0bbac08fad496e" => :mavericks + sha1 "2750622d8304cc2a008586e4b7b3cc6bfa82b3e2" => :mountain_lion + sha1 "28a681a7185ab875e77eb664679c21751e871855" => :lion + end + depends_on :x11 depends_on "pkg-config" => :build |
