Skip to content

Commit

Permalink
Upgrade to avr-libc v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Oct 28, 2024
1 parent fa705ca commit c6342d5
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions Formula/avr-gcc@13.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,11 @@ class AvrGccAT13 < Formula
# GCC bootstraps itself, so it is OK to have an incompatible C++ stdlib
cxxstdlib_check :skip

current_build = build
build

resource "avr-libc" do
url "https://download.savannah.gnu.org/releases/avr-libc/avr-libc-2.1.0.tar.bz2"
mirror "https://download-mirror.savannah.gnu.org/releases/avr-libc/avr-libc-2.1.0.tar.bz2"
sha256 "0b84cee5c08b5d5cba67c36125e5aaa85251bc9accfba5773bfa87bc34b654e8"

if current_build.with? "ATMega168pbSupport"
patch do
url "https://raw.githubusercontent.com/osx-cross/homebrew-avr/d2e2566b06b90355952ed996707a0a1a24673cd3/Patch/avr-libc-add-mcu-atmega168pb.patch"
sha256 "7a2bf2e11cfd9335e8e143eecb94480b4871e8e1ac54392c2ee2d89010b43711"
end
end
url "https://github.com/avrdudes/avr-libc/releases/download/avr-libc-2_2_1-release/avr-libc-2.2.1.tar.bz2"
sha256 "006a6306cbbc938c3bdb583ac54f93fe7d7c8cf97f9cde91f91c6fb0273ab465"
end

if Hardware::CPU.arm?
Expand Down

0 comments on commit c6342d5

Please sign in to comment.