aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/src.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/src.rb b/Library/Formula/src.rb
index 6e6df8224..aedde0e89 100644
--- a/Library/Formula/src.rb
+++ b/Library/Formula/src.rb
@@ -3,6 +3,12 @@ class Src < Formula
url "http://www.catb.org/~esr/src/src-0.18.tar.gz"
sha1 "d4234bb6c56073204836ab23d18f36c1a732dd2c"
+ bottle do
+ cellar :any
+ sha1 "30728356bf11780f2c9c4894bd381b4b107f8661" => :yosemite
+ sha1 "bbabdfe74081f4624a487d845f20750b142c5b05" => :mavericks
+ end
+
# test is failing on Mountain Lion
depends_on :macos => :mavericks