Skip to content

Commit

Permalink
libgccjit: update patch to r2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo98 committed Oct 28, 2024
1 parent 43115b9 commit e1b3f92
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Formula/lib/libgccjit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit e1b3f92

Please sign in to comment.