swig: add 3.0.2 bottle.

Closes Homebrew/homebrew#29934.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
BrewTestBot 2014-06-06 13:24:21 +01:00 committed by Mike McQuaid
parent fd81876c12
commit 66b3575fc5

View file

@ -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"