@@ -2,6 +2,7 @@ class Libgccjit < Formula
22 desc "JIT library for the GNU compiler collection"
33 homepage "https://gcc.gnu.org/"
44 license "GPL-3.0-or-later" => { with : "GCC-exception-3.1" }
5+ revision 1
56 head "https://gcc.gnu.org/git/gcc.git" , branch : "master"
67
78 stable do
@@ -12,8 +13,8 @@ class Libgccjit < Formula
1213 # Branch from the Darwin maintainer of GCC, with a few generic fixes and
1314 # Apple Silicon support, located at https://github.com/iains/gcc-14-branch
1415 patch do
15- url "https://raw.githubusercontent.com/Homebrew/formula-patches/d5dcb918a951b2dcf2d7702db75eb29ef144f614 /gcc/gcc-14.2.0.diff"
16- sha256 "70a994d2c7861f844dbfc8ca2700f6c1ce9881f51c45bb6fda2fd212ccb1ff03 "
16+ url "https://raw.githubusercontent.com/Homebrew/formula-patches/f30c309442a60cfb926e780eae5d70571f8ab2cb /gcc/gcc-14.2.0-r2 .diff"
17+ sha256 "6c0a4708f35ccf2275e6401197a491e3ad77f9f0f9ef5761860768fa6da14d3d "
1718 end
1819 end
1920
@@ -22,14 +23,12 @@ class Libgccjit < Formula
2223 end
2324
2425 bottle do
25- sha256 arm64_sequoia : "fff0020242ea84f9eb7c320035410213d831968cdffd746c0fb02460d13b8625"
26- sha256 arm64_sonoma : "1f863f51416d857e367f12accc84a6163742d77eec8f3c5644c6c79c334f4fd6"
27- sha256 arm64_ventura : "7605dcefda1dc4cdfa7b14303551dcade61408d4592e0eeb4b85aaa3d93dfc62"
28- sha256 arm64_monterey : "d21962af68ea264a5b6a90265e6d1c7247377d5d41f5d021488380c15e804ed7"
29- sha256 sonoma : "e96b8c6f27911ddf6b66e20998eb678592b58906451a02e38e6a0256d7974603"
30- sha256 ventura : "bffe3af90300b16b02a98d00bfd95417141429abbcb53887ee1a1a177ffe3a35"
31- sha256 monterey : "baed769c2a3c93ace46dc2c01a585249f2f4ac4c941361b40c750c78b5bc25aa"
32- sha256 x86_64_linux : "809473f17318e15fe6ecf18d6ad50a80e2f03487bf4045e765833584ae6d4cec"
26+ sha256 arm64_sequoia : "52905f08739ef5b43a3c51c6a9be7befa915d1d5c9a74f1e6fcafa1048926f1f"
27+ sha256 arm64_sonoma : "19083279161321c45f2c05cf3800de97a2976056344ee62a936c9e2d80a7146b"
28+ sha256 arm64_ventura : "9a41de72cb4140ba963a24b0e7916c7d8291f7c6c2c095a9a9522371e44a9a27"
29+ sha256 sonoma : "afdf195ab432568a33f36ba8b6180a6f1c23106825219635ebd406c5f9989ec5"
30+ sha256 ventura : "4c4c9a49250919da00c7f0488da19905ad1cf2ab426a0fb1171e1177302577e9"
31+ sha256 x86_64_linux : "76a465bf2a563f690cf457fd5f8fbcbf7be6109053f029356195f7336fd58d0c"
3332 end
3433
3534 # The bottles are built on systems with the CLT installed, and do not work
0 commit comments