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 18a12bb commit 46f2cbaCopy full SHA for 46f2cba
Formula/avr-binutils.rb
@@ -10,6 +10,13 @@ class AvrBinutils < Formula
10
11
head "https://sourceware.org/git/binutils-gdb.git", branch: "master"
12
13
+ bottle do
14
+ root_url "https://github.com/osx-cross/homebrew-avr/releases/download/avr-binutils-2.44"
15
+ sha256 arm64_sequoia: "0743b4a3cd09382b72eded859b1c4e9bcdf5f3cf622903d48c072ebb4e775d17"
16
+ sha256 arm64_sonoma: "7f3f6549d247f6b7da4c226673901f0dbe566f2da73a3262dad0a34f3a5457cf"
17
+ sha256 ventura: "026e057cdc38bc4a6d10627ed23f753a8ecd480fece6887400cb3780f1ae9c6b"
18
+ end
19
+
20
uses_from_macos "zlib"
21
22
on_ventura :or_newer do
0 commit comments