From baa728e9ec2d1c8d3f60083232052f0b15c13395 Mon Sep 17 00:00:00 2001 From: Porkepix Date: Wed, 1 Mar 2023 00:34:39 +0100 Subject: [PATCH] cgal 5.5.2 Closes #124480. Signed-off-by: Rui Chen Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/cgal.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/cgal.rb b/Formula/cgal.rb index 2931f41e58c92..d9b97dffa1e2f 100644 --- a/Formula/cgal.rb +++ b/Formula/cgal.rb @@ -1,8 +1,8 @@ class Cgal < Formula desc "Computational Geometry Algorithms Library" homepage "https://www.cgal.org/" - url "https://github.com/CGAL/cgal/releases/download/v5.5.1/CGAL-5.5.1.tar.xz" - sha256 "091630def028facdcaf00eb5b68ad79eddac1b855cca6e87eef18a031566edfc" + url "https://github.com/CGAL/cgal/releases/download/v5.5.2/CGAL-5.5.2.tar.xz" + sha256 "b2b05d5616ecc69facdc24417cce0b04fb4321491d107db45103add520e3d8c3" license "GPL-3.0-or-later" bottle do @@ -24,7 +24,7 @@ class Cgal < Formula depends_on "mpfr" on_linux do - depends_on "openssl@1.1" + depends_on "openssl@3" end fails_with gcc: "5"