Skip to content

Commit

Permalink
mingw-w64: update binutils and gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed Aug 25, 2024
1 parent 73fc147 commit 376f761
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Formula/m/mingw-w64.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class MingwW64 < Formula
url "https://downloads.sourceforge.net/project/mingw-w64/mingw-w64/mingw-w64-release/mingw-w64-v12.0.0.tar.bz2"
sha256 "cc41898aac4b6e8dd5cffd7331b9d9515b912df4420a3a612b5ea2955bbeed2f"
license "ZPL-2.1"
revision 1

livecheck do
url :stable
Expand Down Expand Up @@ -34,15 +35,15 @@ class MingwW64 < Formula
uses_from_macos "zlib"

resource "binutils" do
url "https://ftp.gnu.org/gnu/binutils/binutils-2.42.tar.xz"
mirror "https://ftpmirror.gnu.org/binutils/binutils-2.42.tar.xz"
sha256 "f6e4d41fd5fc778b06b7891457b3620da5ecea1006c6a4a41ae998109f85a800"
url "https://ftp.gnu.org/gnu/binutils/binutils-2.43.1.tar.bz2"
mirror "https://ftpmirror.gnu.org/binutils/binutils-2.43.1.tar.bz2"
sha256 "becaac5d295e037587b63a42fad57fe3d9d7b83f478eb24b67f9eec5d0f1872f"
end

resource "gcc" do
url "https://ftp.gnu.org/gnu/gcc/gcc-14.1.0/gcc-14.1.0.tar.xz"
mirror "https://ftpmirror.gnu.org/gcc/gcc-14.1.0/gcc-14.1.0.tar.xz"
sha256 "e283c654987afe3de9d8080bc0bd79534b5ca0d681a73a11ff2b5d3767426840"
url "https://ftp.gnu.org/gnu/gcc/gcc-14.2.0/gcc-14.2.0.tar.xz"
mirror "https://ftpmirror.gnu.org/gcc/gcc-14.2.0/gcc-14.2.0.tar.xz"
sha256 "a7b39bc69cbf9e25826c5a60ab26477001f7c08d85cec04bc0e29cabed6f3cc9"
end

def target_archs
Expand Down

0 comments on commit 376f761

Please sign in to comment.