From 4ae789d50e003cfc35e42c41d64f34b2fd508fda Mon Sep 17 00:00:00 2001 From: paperchalice <29250197+paperchalice@users.noreply.github.com> Date: Sat, 25 May 2024 11:53:37 +0000 Subject: [PATCH] gcc-strap: update 14.1.0 bottle. --- Formula/gcc/gcc-strap.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/gcc/gcc-strap.rb b/Formula/gcc/gcc-strap.rb index db5d412c..4e6e0a94 100644 --- a/Formula/gcc/gcc-strap.rb +++ b/Formula/gcc/gcc-strap.rb @@ -6,8 +6,8 @@ class GccStrap < Formula license "GPL-3.0-or-later" => { with: "GCC-exception-3.1" } bottle do - root_url "https://github.com/paperchalice/homebrew-private/releases/download/gcc-strap-13.2.0" - sha256 ventura: "a18d7a8c14003a5bf005c2ad10f3f2d3f19496063157052f1d660ccf708c1e94" + root_url "https://github.com/paperchalice/homebrew-private/releases/download/gcc-strap-14.1.0" + sha256 ventura: "b1dd12d40c2d432a23ef75f31d54c66c7819293ad5f6fe200e31709332dc5124" end keg_only "bootstrap formula"