aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/swig.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/swig.rb b/Library/Formula/swig.rb
index 65477181d..44ea7b3ac 100644
--- a/Library/Formula/swig.rb
+++ b/Library/Formula/swig.rb
@@ -5,6 +5,12 @@ class Swig < Formula
url "https://downloads.sourceforge.net/project/swig/swig/swig-3.0.2/swig-3.0.2.tar.gz"
sha1 "e695a14acf39b25f3ea2d7303e23e39dfe284e31"
+ bottle do
+ sha1 "1736d03e7704234b4729262cdb4077f6004a87b9" => :mavericks
+ sha1 "dd3ddbbfdc77d9d20f4754fde6bc254568e73920" => :mountain_lion
+ sha1 "f08edf42ba3db64e03e90f6bb17d225e0e5218df" => :lion
+ end
+
option :universal
depends_on "pcre"