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 2388215 commit 70edffdCopy full SHA for 70edffd
Formula/[email protected]
@@ -10,6 +10,13 @@ class AvrGccAT10 < Formula
10
11
head "https://gcc.gnu.org/git/gcc.git", branch: "releases/gcc-10"
12
13
+ bottle do
14
+ root_url "https://github.com/osx-cross/homebrew-avr/releases/download/[email protected]"
15
+ sha256 arm64_tahoe: "e6b64cea7223829613158188b08c55c3ea5604fe59612c74e8dee5dd40ecb3dd"
16
+ sha256 arm64_sequoia: "259946e6dd9a1d9b089830d44b8c6ec12aec86059bfa82f580c354f67caa8824"
17
+ sha256 arm64_sonoma: "2626b7ba24400afb2a288524c25a271086ee112316b0a6499056a1ab48014dad"
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