diff options
| author | Jack Nagel | 2014-12-19 16:27:28 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-19 16:27:28 -0500 |
| commit | 03a79de7235d5a077c232d5657d9a9ec50ffba7d (patch) | |
| tree | b3108bc9679d5d841670bf25221a240ea2605f54 /Library/Formula/open-scene-graph.rb | |
| parent | 73f23851d00dd88fe5a2c95fdc1cf8196d71118a (diff) | |
| download | homebrew-03a79de7235d5a077c232d5657d9a9ec50ffba7d.tar.bz2 | |
Fix places where bottle block was inserted incorrectly
Diffstat (limited to 'Library/Formula/open-scene-graph.rb')
| -rw-r--r-- | Library/Formula/open-scene-graph.rb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Library/Formula/open-scene-graph.rb b/Library/Formula/open-scene-graph.rb index 1a98174f4..8a196aa8e 100644 --- a/Library/Formula/open-scene-graph.rb +++ b/Library/Formula/open-scene-graph.rb @@ -2,15 +2,10 @@ require 'formula' class OpenSceneGraph < Formula homepage 'http://www.openscenegraph.org/projects/osg' + revision 1 stable do url "http://trac.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-3.2.0.zip" - bottle do - sha1 "39ebd1c9cb19056e150b7087586e1e63a9546288" => :mavericks - sha1 "166b932d7d317cd32b1da89353bb3e03b4b13880" => :mountain_lion - sha1 "16055dc346e3a892c1083e08c40d32d37c2e10f0" => :lion - end - sha1 "c20891862b5876983d180fc4a3d3cfb2b4a3375c" # Build fixes for clang/c++11 @@ -25,7 +20,12 @@ class OpenSceneGraph < Formula sha1 "8a2a0e8384a30e3adb2820786f91adb52ba69cd9" end end - revision 1 + + bottle do + sha1 "39ebd1c9cb19056e150b7087586e1e63a9546288" => :mavericks + sha1 "166b932d7d317cd32b1da89353bb3e03b4b13880" => :mountain_lion + sha1 "16055dc346e3a892c1083e08c40d32d37c2e10f0" => :lion + end head 'http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/' |
