Skip to content

Commit

Permalink
avr-gcc: add 9.3.0 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Jan 12, 2021
1 parent f0964a3 commit 44f548d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Formula/avr-gcc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ class AvrGcc < Formula
mirror "https://ftpmirror.gnu.org/gcc/gcc-9.3.0/gcc-9.3.0.tar.xz"
sha256 "71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1"

bottle do
root_url "https://github.com/osx-cross/homebrew-avr/releases/download/avr-gcc-9.3.0"
rebuild 3
sha256 "660bbea8a10de8adbf72b3d5ebaf356dad88f103d9b5ecfb424a162f8dc5d618" => :catalina
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? do
Expand Down

0 comments on commit 44f548d

Please sign in to comment.