mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
MeshLab is an open source, portable, and extensible system for the processing and editing of unstructured 3D triangular meshes.
7 lines
261 B
Ruby
7 lines
261 B
Ruby
class Meshlab < Cask
|
|
url 'http://downloads.sourceforge.net/project/meshlab/meshlab/MeshLab%20v1.3.2/MeshLabMac_v132.dmg'
|
|
homepage 'http://meshlab.sourceforge.net/'
|
|
version '1.3.2'
|
|
sha1 '2cd97156642113d828a44842c52d92882ae35221'
|
|
link 'meshlab.app'
|
|
end
|