openvdb 6.0.0
Closes #35381. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
d3add28780
commit
95ca44ad2c
1 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
||||||
class Openvdb < Formula
|
class Openvdb < Formula
|
||||||
desc "Sparse volume processing toolkit"
|
desc "Sparse volume processing toolkit"
|
||||||
homepage "http://www.openvdb.org/"
|
homepage "http://www.openvdb.org/"
|
||||||
url "https://github.com/dreamworksanimation/openvdb/archive/v5.2.0.tar.gz"
|
url "https://github.com/AcademySoftwareFoundation/openvdb/archive/v6.0.0.tar.gz"
|
||||||
sha256 "86b3bc51002bc25ae8d69991228228c79b040cb1a5803d87543b407645f6ab20"
|
sha256 "dbdf3048336444c402e5d3727c9bfb2e84454b8d0fd468ba92a8c7225e24b7b4"
|
||||||
revision 2
|
head "https://github.com/AcademySoftwareFoundation/openvdb.git"
|
||||||
head "https://github.com/dreamworksanimation/openvdb.git"
|
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
sha256 "00211fc05a2115a68dc0313494976e5bec61ada1c90a768d595293e8275791b5" => :mojave
|
sha256 "00211fc05a2115a68dc0313494976e5bec61ada1c90a768d595293e8275791b5" => :mojave
|
||||||
|
|
Loading…
Reference in a new issue