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