From e1b3f92ed353c5760df8c217a2486f1cc4711a78 Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Mon, 28 Oct 2024 19:07:57 +0000 Subject: [PATCH] libgccjit: update patch to r2 --- Formula/lib/libgccjit.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/lib/libgccjit.rb b/Formula/lib/libgccjit.rb index 151649ef0123b..6fd8a6541b29f 100644 --- a/Formula/lib/libgccjit.rb +++ b/Formula/lib/libgccjit.rb @@ -2,6 +2,7 @@ class Libgccjit < Formula desc "JIT library for the GNU compiler collection" homepage "https://gcc.gnu.org/" license "GPL-3.0-or-later" => { with: "GCC-exception-3.1" } + revision 1 head "https://gcc.gnu.org/git/gcc.git", branch: "master" stable do @@ -12,8 +13,8 @@ class Libgccjit < Formula # Branch from the Darwin maintainer of GCC, with a few generic fixes and # Apple Silicon support, located at https://github.com/iains/gcc-14-branch patch do - url "https://raw.githubusercontent.com/Homebrew/formula-patches/d5dcb918a951b2dcf2d7702db75eb29ef144f614/gcc/gcc-14.2.0.diff" - sha256 "70a994d2c7861f844dbfc8ca2700f6c1ce9881f51c45bb6fda2fd212ccb1ff03" + url "https://raw.githubusercontent.com/Homebrew/formula-patches/f30c309442a60cfb926e780eae5d70571f8ab2cb/gcc/gcc-14.2.0-r2.diff" + sha256 "6c0a4708f35ccf2275e6401197a491e3ad77f9f0f9ef5761860768fa6da14d3d" end end