diff options
| author | BrewTestBot | 2014-09-02 15:56:13 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-09-02 16:43:24 -0500 |
| commit | 90d841a1b9aaaba8e08cee1f95c9562cca97f548 (patch) | |
| tree | 48a3126e59d70cc7cbefbd871f157d5b3d505269 | |
| parent | eca470ce0812f4bd9576f489a1a6978cef62638e (diff) | |
| download | homebrew-90d841a1b9aaaba8e08cee1f95c9562cca97f548.tar.bz2 | |
points2grid: add 1.3.0 bottle.
| -rw-r--r-- | Library/Formula/points2grid.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/points2grid.rb b/Library/Formula/points2grid.rb index c14da7bca..f0846bfb9 100644 --- a/Library/Formula/points2grid.rb +++ b/Library/Formula/points2grid.rb @@ -5,6 +5,13 @@ class Points2grid < Formula url 'https://github.com/CRREL/points2grid/archive/1.3.0.tar.gz' sha1 'a12a54a70559d9920753256966bd2ce7eade752c' + bottle do + cellar :any + sha1 "8b4752b61af2d4305d19fa774c52fb7ed609905e" => :mavericks + sha1 "6c6afa9b2a8943f37b47909b5946d6682d6ffa3f" => :mountain_lion + sha1 "5e258c25970c646b3406bde73de58505bbb21366" => :lion + end + depends_on 'cmake' => :build depends_on 'boost' depends_on 'gdal' |
