diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ode.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/ode.rb b/Library/Formula/ode.rb index eac7a2050..c9e59b789 100644 --- a/Library/Formula/ode.rb +++ b/Library/Formula/ode.rb @@ -2,8 +2,10 @@ require 'formula' class Ode <Formula # Build from svn to get Snow Leopard fixes. - url 'https://opende.svn.sourceforge.net/svnroot/opende/trunk', :revision => '1728' + url 'https://opende.svn.sourceforge.net/svnroot/opende/trunk', :revision => 1760 + version 'r1760' homepage 'http://www.ode.org/' + head 'https://opende.svn.sourceforge.net/svnroot/opende/trunk' def install ENV.j1 |
