liblas HEAD

Add HEAD url for liblas.

libLAS 1.7.0 is broken (libLAS/libLAS#33) when building with GDAL and
GEOTiff, so a HEAD url is necessary to get the fix until a new version
is tagged.

Closes Homebrew/homebrew#29249.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Pete Gadomski 2014-05-14 10:57:51 -06:00 committed by Jack Nagel
parent fb4f5672cc
commit 1aab408ebf

View file

@ -5,6 +5,8 @@ class Liblas < Formula
url 'http://download.osgeo.org/liblas/libLAS-1.7.0.tar.gz'
sha1 'f31070efdf7bb7d6675c23c6c6c84584e3a10869'
head 'https://github.com/libLAS/libLAS.git'
depends_on 'cmake' => :build
depends_on 'libgeotiff'
depends_on 'gdal'