octomap: add 1.9.0 bottle.
This commit is contained in:
parent
ca7324a729
commit
0298bbc16d
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@ class Octomap < Formula
|
||||||
url "https://github.com/OctoMap/octomap/archive/v1.9.0.tar.gz"
|
url "https://github.com/OctoMap/octomap/archive/v1.9.0.tar.gz"
|
||||||
sha256 "5f81c9a8cbc9526b2e725251cd3a829e5222a28201b394314002146d8b9214dd"
|
sha256 "5f81c9a8cbc9526b2e725251cd3a829e5222a28201b394314002146d8b9214dd"
|
||||||
|
|
||||||
|
bottle do
|
||||||
|
sha256 "3e72d0af26510eb79310138dc80a2b2dea541e90ac58a953e5294251bca14728" => :high_sierra
|
||||||
|
sha256 "eb292c0c7005c2fd75b65f50bc2a361181ee7c3c5113f6da56f80b4f03bf75fc" => :sierra
|
||||||
|
sha256 "d29abe7987fdb2901996e8e6c4aaf2c8a0daeb98b6cee2a585f048769082a4ad" => :el_capitan
|
||||||
|
end
|
||||||
|
|
||||||
depends_on "cmake" => :build
|
depends_on "cmake" => :build
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
|
Loading…
Reference in a new issue