diff options
| author | David Coeurjolly | 2012-06-21 08:56:44 +0200 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-06-24 10:38:26 -0700 | 
| commit | 96a216de187b40446d540599f3984669b614c1ee (patch) | |
| tree | efa6126e1ba3fc8998f3962a61a6d3f3e3c871a0 | |
| parent | 2755373576766a6d23e950615f65a60d2e410505 (diff) | |
| download | homebrew-96a216de187b40446d540599f3984669b614c1ee.tar.bz2 | |
libqglviewer 2.3.17
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/libqglviewer.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/libqglviewer.rb b/Library/Formula/libqglviewer.rb index 123c59378..76021db0b 100644 --- a/Library/Formula/libqglviewer.rb +++ b/Library/Formula/libqglviewer.rb @@ -2,8 +2,8 @@ require 'formula'  class Libqglviewer < Formula    homepage 'http://www.libqglviewer.com/' -  url 'http://www.libqglviewer.com/src/libQGLViewer-2.3.16.tar.gz' -  md5 'e5b358a5af2e8aeeab91021770b10211' +  url 'http://www.libqglviewer.com/src/libQGLViewer-2.3.17.tar.gz' +  sha1 '03b1da73bdb07988184c1f5d7c1c360be27b2a0e'    depends_on 'qt' | 
