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 4dbe2f4 commit ab20a1cCopy full SHA for ab20a1c
Formula/[email protected]
@@ -11,6 +11,13 @@ class AvrGccAT8 < Formula
11
12
head "https://gcc.gnu.org/git/gcc.git", branch: "releases/gcc-8"
13
14
+ bottle do
15
+ root_url "https://github.com/osx-cross/homebrew-avr/releases/download/[email protected]_3"
16
+ sha256 arm64_tahoe: "31f69ffc76a1520f1b649acff8fed9b21b0ff4aaae2914450f47fd794a622c23"
17
+ sha256 arm64_sequoia: "a2f2cd7c0509865f90dc78eab8566b9471f9d7bf4d678bdb2e752de06d30931f"
18
+ sha256 arm64_sonoma: "0190992d1a1f78087ed04ae33fdd429a8011a0f5492c5cc2977eb6675878899b"
19
+ end
20
+
21
# The bottles are built on systems with the CLT installed, and do not work
22
# out of the box on Xcode-only systems due to an incorrect sysroot.
23
pour_bottle? do
0 commit comments