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 555c2a5 commit 7698c7dCopy full SHA for 7698c7d
Formula/[email protected]
@@ -10,6 +10,13 @@ class AvrGccAT15 < 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: "fe31355540c829ac2a30ed31b42505b042211f45b2cf60aef8bc2fc87dd03444"
16
+ sha256 arm64_sequoia: "afad9fe1227834f531e5e77d1d0c74281e28398d48908480aea963bb82690b53"
17
+ sha256 arm64_sonoma: "66d45c921a50ece19bdce39c1ee75525a9652ba048a5d1f8cf29ae30ff3f49b8"
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