Skip to content

Commit

Permalink
cgal 5.5.2
Browse files Browse the repository at this point in the history
Closes #124480.

Signed-off-by: Rui Chen <[email protected]>
Signed-off-by: BrewTestBot <[email protected]>
  • Loading branch information
Porkepix authored and BrewTestBot committed Mar 1, 2023
1 parent 322de00 commit baa728e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/cgal.rb
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down

0 comments on commit baa728e

Please sign in to comment.