From d2635dd060aebf81e21989806c0d402a35fcf2db Mon Sep 17 00:00:00 2001 From: Porkepix Date: Thu, 29 Feb 2024 01:12:33 +0100 Subject: [PATCH 1/2] cgal 5.6.1 --- Formula/c/cgal.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cgal.rb b/Formula/c/cgal.rb index 356336d811f02..4b98f632bf8b3 100644 --- a/Formula/c/cgal.rb +++ b/Formula/c/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.6/CGAL-5.6.tar.xz" - sha256 "dcab9b08a50a06a7cc2cc69a8a12200f8d8f391b9b8013ae476965c10b45161f" + url "https://github.com/CGAL/cgal/releases/download/v5.6.1/CGAL-5.6.1.tar.xz" + sha256 "cdb15e7ee31e0663589d3107a79988a37b7b1719df3d24f2058545d1bcdd5837" license "GPL-3.0-or-later" bottle do From e1a87913234944c2831fe3a3b4ffd3b70d270354 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 29 Feb 2024 01:22:33 +0000 Subject: [PATCH 2/2] cgal: update 5.6.1 bottle. --- Formula/c/cgal.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/c/cgal.rb b/Formula/c/cgal.rb index 4b98f632bf8b3..3e190f0696b24 100644 --- a/Formula/c/cgal.rb +++ b/Formula/c/cgal.rb @@ -6,15 +6,13 @@ class Cgal < Formula license "GPL-3.0-or-later" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "12c14fd56a5a5674cbbf62b0aba339c22a106d8023db5144aea5877b2c3bff63" - sha256 cellar: :any_skip_relocation, arm64_ventura: "12c14fd56a5a5674cbbf62b0aba339c22a106d8023db5144aea5877b2c3bff63" - sha256 cellar: :any_skip_relocation, arm64_monterey: "12c14fd56a5a5674cbbf62b0aba339c22a106d8023db5144aea5877b2c3bff63" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "12c14fd56a5a5674cbbf62b0aba339c22a106d8023db5144aea5877b2c3bff63" - sha256 cellar: :any_skip_relocation, sonoma: "b364cb6e61b1a46dbc759046c49c9bb91cfea6bccdbde69a9fb84ffea95a95a7" - sha256 cellar: :any_skip_relocation, ventura: "b364cb6e61b1a46dbc759046c49c9bb91cfea6bccdbde69a9fb84ffea95a95a7" - sha256 cellar: :any_skip_relocation, monterey: "b364cb6e61b1a46dbc759046c49c9bb91cfea6bccdbde69a9fb84ffea95a95a7" - sha256 cellar: :any_skip_relocation, big_sur: "b364cb6e61b1a46dbc759046c49c9bb91cfea6bccdbde69a9fb84ffea95a95a7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "40ae8b7776ee9f69cdeee4e3d648d16ec6807b0643e9b5533b724e7edca54be3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ca93e7df5a46e3faf900422c23919a8bc5e9851ce690d98ae97d758176c91540" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ca93e7df5a46e3faf900422c23919a8bc5e9851ce690d98ae97d758176c91540" + sha256 cellar: :any_skip_relocation, arm64_monterey: "ca93e7df5a46e3faf900422c23919a8bc5e9851ce690d98ae97d758176c91540" + sha256 cellar: :any_skip_relocation, sonoma: "d4b1b6e98b428e1df572307c483c8ad4aaaf0e13b1c06ece4f031991c921f4ef" + sha256 cellar: :any_skip_relocation, ventura: "d4b1b6e98b428e1df572307c483c8ad4aaaf0e13b1c06ece4f031991c921f4ef" + sha256 cellar: :any_skip_relocation, monterey: "d4b1b6e98b428e1df572307c483c8ad4aaaf0e13b1c06ece4f031991c921f4ef" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ca93e7df5a46e3faf900422c23919a8bc5e9851ce690d98ae97d758176c91540" end depends_on "cmake" => [:build, :test]