-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1893181
commit 516d6f7
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,13 @@ class AvrGccAT13 < Formula | |
|
||
head "https://gcc.gnu.org/git/gcc.git", branch: "master" | ||
|
||
bottle do | ||
root_url "https://github.com/osx-cross/homebrew-avr/releases/download/[email protected]" | ||
sha256 arm64_sequoia: "97d791fe57e8b2bc41348d2c88bfa1d59274bca96dad8a517e2042c17545a309" | ||
sha256 arm64_sonoma: "3da375d40a116a15baaaeaf9304cb45ab4ea918b1a46c2891ed4fa96331d7d76" | ||
sha256 ventura: "e2da3903783d304cf2cfc39529c3467a9527b37c0a2d26c655c20172cdc0af74" | ||
end | ||
|
||
# The bottles are built on systems with the CLT installed, and do not work | ||
# out of the box on Xcode-only systems due to an incorrect sysroot. | ||
pour_bottle? only_if: :clt_installed | ||
|