We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0912b2b commit a02a31dCopy full SHA for a02a31d
Formula/[email protected]
@@ -10,6 +10,13 @@ class AvrGccAT9 < Formula
10
11
head "https://gcc.gnu.org/git/gcc.git", branch: "releases/gcc-9"
12
13
+ bottle do
14
+ root_url "https://github.com/osx-cross/homebrew-avr/releases/download/[email protected]"
15
+ sha256 arm64_tahoe: "ca23ff1a3dfa1d4d4cdc159244572795d6d31e998a3d5aa8a8cc86caf6e271f5"
16
+ sha256 arm64_sequoia: "73cbfc2ab8af7339ebefdbbfc3ec79918062b29653cd301e53dc57b9faa9663e"
17
+ sha256 arm64_sonoma: "a097f208d094b14d60d6445f9d3af4f22a07b3edce25f2b373c28ccdee6cca42"
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