points2grid: add 1.3.0 bottle.
This commit is contained in:
parent
7feb892864
commit
c807643e88
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ class Points2grid < Formula
|
||||||
url 'https://github.com/CRREL/points2grid/archive/1.3.0.tar.gz'
|
url 'https://github.com/CRREL/points2grid/archive/1.3.0.tar.gz'
|
||||||
sha1 'a12a54a70559d9920753256966bd2ce7eade752c'
|
sha1 'a12a54a70559d9920753256966bd2ce7eade752c'
|
||||||
|
|
||||||
|
bottle do
|
||||||
|
cellar :any
|
||||||
|
sha1 "8b4752b61af2d4305d19fa774c52fb7ed609905e" => :mavericks
|
||||||
|
sha1 "6c6afa9b2a8943f37b47909b5946d6682d6ffa3f" => :mountain_lion
|
||||||
|
sha1 "5e258c25970c646b3406bde73de58505bbb21366" => :lion
|
||||||
|
end
|
||||||
|
|
||||||
depends_on 'cmake' => :build
|
depends_on 'cmake' => :build
|
||||||
depends_on 'boost'
|
depends_on 'boost'
|
||||||
depends_on 'gdal'
|
depends_on 'gdal'
|
||||||
|
|
Loading…
Reference in a new issue