diff options
| author | Adam Vandenberg | 2013-11-26 23:49:36 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-11-28 09:23:54 -0800 | 
| commit | c333a5fa211357f707c065337e4ceffc1c7666ef (patch) | |
| tree | a0bc248e8a23b8a0a9ced41346244092772997ff | |
| parent | 5ecef963f226806dedb02f0847e95d9cb1329300 (diff) | |
| download | homebrew-c333a5fa211357f707c065337e4ceffc1c7666ef.tar.bz2 | |
open-mesh 2.4
| -rw-r--r-- | Library/Formula/open-mesh.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/open-mesh.rb b/Library/Formula/open-mesh.rb index eb7c297ec..3819ae279 100644 --- a/Library/Formula/open-mesh.rb +++ b/Library/Formula/open-mesh.rb @@ -2,8 +2,8 @@ require 'formula'  class OpenMesh < Formula    homepage 'http://openmesh.org' -  url 'http://www.openmesh.org/fileadmin/openmesh-files/2.3/OpenMesh-2.3.tar.gz' -  sha1 '3cccb46afd6f8b0c60dfbdcd883806f77efd14c3' +  url 'http://www.openmesh.org/fileadmin/openmesh-files/2.4/OpenMesh-2.4.tar.gz' +  sha1 '5fd3f27e8c5803caf003c752de2dffc88ae4f874'    head 'http://openmesh.org/svnrepo/OpenMesh/trunk/', :using => :svn | 
