mingw-w64 5.0.2
Closes #11624. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
372f78142f
commit
275be78b32
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
class MingwW64 < Formula
|
||||
desc "Minimalist GNU for Windows and GCC cross-compilers"
|
||||
homepage "https://mingw-w64.org/"
|
||||
url "https://downloads.sourceforge.net/project/mingw-w64/mingw-w64/mingw-w64-release/mingw-w64-v5.0.1.tar.bz2"
|
||||
sha256 "9bb5cd7df78817377841a63555e73596dc0af4acbb71b09bd48de7cf24aeadd2"
|
||||
url "https://downloads.sourceforge.net/project/mingw-w64/mingw-w64/mingw-w64-release/mingw-w64-v5.0.2.tar.bz2"
|
||||
sha256 "5f46e80ff1a9102a37a3453743dae9df98262cba7c45306549ef7432cfd92cfd"
|
||||
|
||||
bottle do
|
||||
sha256 "99d147a5ad2241d17eebf18ccc5a6614175d7b71f2046c091408d1b63578c261" => :sierra
|
||||
|
@ -19,8 +19,8 @@ class MingwW64 < Formula
|
|||
depends_on "texinfo" => :build
|
||||
|
||||
resource "binutils" do
|
||||
url "https://ftpmirror.gnu.org/binutils/binutils-2.27.tar.gz"
|
||||
sha256 "26253bf0f360ceeba1d9ab6965c57c6a48a01a8343382130d1ed47c468a3094f"
|
||||
url "https://ftpmirror.gnu.org/binutils/binutils-2.28.tar.gz"
|
||||
sha256 "cd717966fc761d840d451dbd58d44e1e5b92949d2073d75b73fccb476d772fcf"
|
||||
end
|
||||
|
||||
resource "gcc" do
|
||||
|
|
Loading…
Reference in a new issue