We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1893181 commit 516d6f7Copy full SHA for 516d6f7
Formula/[email protected]
@@ -9,6 +9,13 @@ class AvrGccAT13 < Formula
9
10
head "https://gcc.gnu.org/git/gcc.git", branch: "master"
11
12
+ bottle do
13
+ root_url "https://github.com/osx-cross/homebrew-avr/releases/download/[email protected]"
14
+ sha256 arm64_sequoia: "97d791fe57e8b2bc41348d2c88bfa1d59274bca96dad8a517e2042c17545a309"
15
+ sha256 arm64_sonoma: "3da375d40a116a15baaaeaf9304cb45ab4ea918b1a46c2891ed4fa96331d7d76"
16
+ sha256 ventura: "e2da3903783d304cf2cfc39529c3467a9527b37c0a2d26c655c20172cdc0af74"
17
+ end
18
+
19
# The bottles are built on systems with the CLT installed, and do not work
20
# out of the box on Xcode-only systems due to an incorrect sysroot.
21
pour_bottle? only_if: :clt_installed
0 commit comments