diff options
| author | Homebrew | 2014-03-13 08:08:38 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-03-13 10:40:08 +0000 | 
| commit | eb4e3f70583076eeb8c29cd25af0529e39201a4e (patch) | |
| tree | 191baf2bcd11e1b4c137cbd344f989294f740dc9 | |
| parent | d9439de7eb7d35b5abe935f20b6d9bdfa71fb53d (diff) | |
| download | homebrew-eb4e3f70583076eeb8c29cd25af0529e39201a4e.tar.bz2 | |
libqglviewer: add 2.5.1 bottle.
Closes #27501.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/libqglviewer.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/libqglviewer.rb b/Library/Formula/libqglviewer.rb index fc6a6d1c1..160986c9b 100644 --- a/Library/Formula/libqglviewer.rb +++ b/Library/Formula/libqglviewer.rb @@ -7,6 +7,13 @@ class Libqglviewer < Formula    head 'https://github.com/GillesDebunne/libQGLViewer.git' +  bottle do +    cellar :any +    sha1 "6c20fb8bac46fad1829c90f07b1d80b4ba797799" => :mavericks +    sha1 "c3abf90b9e9eaa835e5c5faa979670175e2715a2" => :mountain_lion +    sha1 "0ef379d978e5277914f9887bbf6240aa7f81294a" => :lion +  end +    option :universal    depends_on 'qt' | 
