cgal 4.14.1
Closes #44882. Signed-off-by: Rui Chen <chenrui333@gmail.com>
This commit is contained in:
parent
a02a2d4a3c
commit
614eb10b66
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
|||
class Cgal < Formula
|
||||
desc "Computational Geometry Algorithm Library"
|
||||
homepage "https://www.cgal.org/"
|
||||
url "https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.14/CGAL-4.14.tar.xz"
|
||||
sha256 "59464b1eaee892f2223ba570a7642892c999e29524ab102a6efd7c29c94a29f7"
|
||||
revision 1
|
||||
url "https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.14.1/CGAL-4.14.1.tar.xz"
|
||||
sha256 "d4ec2528b88a7c3a07b0b86db96c216822f85b951bf4bc7f9d1f26bf6c369afe"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue