libLAS v1.7.0

Release notes can be found at:
http://lists.osgeo.org/pipermail/liblas-devel/2011-June/001409.html

Closes Homebrew/homebrew#11335.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Bradley J Chambers 2012-03-31 00:10:27 -04:00 committed by Adam Vandenberg
parent a1cea16e42
commit 95bdde8870

View file

@ -2,8 +2,8 @@ require 'formula'
class Liblas < Formula
homepage 'http://liblas.org'
url 'http://download.osgeo.org/liblas/libLAS-1.6.1.tar.gz'
sha1 '0eada80c6de49e9e866f746645cb227034c3af4a'
url 'http://download.osgeo.org/liblas/libLAS-1.7.0.tar.gz'
md5 '03de7a61132902846c12f3b28c38eb37'
depends_on 'cmake' => :build
depends_on 'libgeotiff'