diff options
| author | Michka Popoff | 2014-06-06 14:12:26 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-06 22:04:50 +0100 |
| commit | fe6890924de703db7c6a34308a03df069bdcb215 (patch) | |
| tree | 476ac6bbab0a29c6e4fede222218a8f386b80417 /Library | |
| parent | 58fcfcbd2d48dcc111dc32ec3606b7ef23c636b8 (diff) | |
| download | homebrew-fe6890924de703db7c6a34308a03df069bdcb215.tar.bz2 | |
swig 3.0.2
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/swig.rb | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Library/Formula/swig.rb b/Library/Formula/swig.rb index b4ea4becc..65477181d 100644 --- a/Library/Formula/swig.rb +++ b/Library/Formula/swig.rb @@ -2,14 +2,8 @@ require "formula" class Swig < Formula homepage "http://www.swig.org/" - url "https://downloads.sourceforge.net/project/swig/swig/swig-3.0.1/swig-3.0.1.tar.gz" - sha1 "68a70cc80a75bc8e08a5d7a9ec22cb6d7b034c2c" - - bottle do - sha1 "95035b5c664ff76652c97eaa6d52a32301ee37a7" => :mavericks - sha1 "8257a9d6b187dc6a09bafb9a42b599fd57fa8bc3" => :mountain_lion - sha1 "a3b8402d9afc4eed443cbacfa99ea75f233c91a7" => :lion - end + url "https://downloads.sourceforge.net/project/swig/swig/swig-3.0.2/swig-3.0.2.tar.gz" + sha1 "e695a14acf39b25f3ea2d7303e23e39dfe284e31" option :universal |
