From 8d60fc716bcf3af5deb0f5eb321278427029915f Mon Sep 17 00:00:00 2001 From: carlocab <30379873+carlocab@users.noreply.github.com> Date: Sun, 20 Dec 2020 09:36:50 +0000 Subject: [PATCH] ghc 8.10.3 --- Formula/ghc.rb | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/Formula/ghc.rb b/Formula/ghc.rb index 473fe7d9e8803..dbbdf1573c61f 100644 --- a/Formula/ghc.rb +++ b/Formula/ghc.rb @@ -1,10 +1,9 @@ class Ghc < Formula desc "Glorious Glasgow Haskell Compilation System" homepage "https://haskell.org/ghc/" - url "https://downloads.haskell.org/~ghc/8.10.1/ghc-8.10.1-src.tar.xz" - sha256 "4e3b07f83a266b3198310f19f71e371ebce97c769b14f0d688f4cbf2a2a1edf5" + url "https://downloads.haskell.org/~ghc/8.10.3/ghc-8.10.3-src.tar.xz" + sha256 "ccdc8319549028a708d7163e2967382677b1a5a379ff94d948195b5cf46eb931" license "BSD-3-Clause" - revision 2 livecheck do url :stable @@ -34,10 +33,10 @@ class Ghc < Formula depends_on "sphinx-doc" => :build resource "gmp" do - url "https://ftp.gnu.org/gnu/gmp/gmp-6.1.2.tar.xz" - mirror "https://gmplib.org/download/gmp/gmp-6.1.2.tar.xz" - mirror "https://ftpmirror.gnu.org/gmp/gmp-6.1.2.tar.xz" - sha256 "87b565e89a9a684fe4ebeeddb8399dce2599f9c9049854ca8c0dfbdea0e21912" + url "https://ftp.gnu.org/gnu/gmp/gmp-6.2.1.tar.xz" + mirror "https://gmplib.org/download/gmp/gmp-6.2.1.tar.xz" + mirror "https://ftpmirror.gnu.org/gmp/gmp-6.2.1.tar.xz" + sha256 "fd4829912cddd12f84181c3451cc752be224643e87fac497b69edddadc49b4f2" end # https://www.haskell.org/ghc/download_ghc_8_10_1.html#macosx_x86_64 @@ -45,13 +44,13 @@ class Ghc < Formula # A binary of ghc is needed to bootstrap ghc resource "binary" do on_macos do - url "https://downloads.haskell.org/~ghc/8.10.1/ghc-8.10.1-x86_64-apple-darwin.tar.xz" - sha256 "65b1ca361093de4804a7e40b3e68178e1ef720f84f743641ec8d95e56a45b3a8" + url "https://downloads.haskell.org/~ghc/8.10.3/ghc-8.10.3-x86_64-apple-darwin.tar.xz" + sha256 "2635f35d76e44e69afdfd37cae89d211975cc20f71f784363b72003e59f22015" end on_linux do - url "https://downloads.haskell.org/~ghc/8.10.1/ghc-8.10.1-x86_64-deb9-linux.tar.xz" - sha256 "d1cf7886f27af070f3b7dbe1975a78b43ef2d32b86362cbe953e79464fe70761" + url "https://downloads.haskell.org/~ghc/8.10.3/ghc-8.10.3-x86_64-deb9-linux.tar.xz" + sha256 "95e4aadea30701fe5ab84d15f757926d843ded7115e11c4cd827809ca830718d" end end