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 c4093e8 commit 0c93f9fCopy full SHA for 0c93f9f
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_tahoe: "3d5a7c9a492d9622bb79815ff17ed2cfa5a6cbac867da3675de545afaf783d94"
16
+ sha256 arm64_sequoia: "3700df873a741f15b28c1bd0bf506cb6507da58ccb97f005403aa0cc0cd8435c"
17
+ sha256 arm64_sonoma: "e3603eb68f5e8a21270b8f8a0a4d5a3e8001b9ef6f70e4632d52fd4893e98bb6"
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