From 915d18d2b11fa52a1bea51a3673d05edce4109f5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 1 Jan 2025 16:57:51 +0000 Subject: [PATCH 1/2] ghcup 0.1.40.0 --- Formula/g/ghcup.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/ghcup.rb b/Formula/g/ghcup.rb index b9c870ca99feb..a9c8da195fdae 100644 --- a/Formula/g/ghcup.rb +++ b/Formula/g/ghcup.rb @@ -2,8 +2,8 @@ class Ghcup < Formula desc "Installer for the general purpose language Haskell" homepage "https://www.haskell.org/ghcup/" # There is a tarball at Hackage, but that doesn't include the shell completions. - url "https://github.com/haskell/ghcup-hs/archive/refs/tags/v0.1.30.0.tar.gz" - sha256 "89d158023f634f079ac6a306bb87d208445384a725d47b432f6858c8876cbef6" + url "https://github.com/haskell/ghcup-hs/archive/refs/tags/v0.1.40.0.tar.gz" + sha256 "80c4c1152ebc35372b987ffa5b46fedc4e940eaf581e6ab11d93d0892bd16fe4" license "LGPL-3.0-only" head "https://github.com/haskell/ghcup-hs.git", branch: "master" From 63ecabd3515d76e8412a79abd17588483518cd7c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 1 Jan 2025 17:43:22 +0000 Subject: [PATCH 2/2] ghcup: update 0.1.40.0 bottle. --- Formula/g/ghcup.rb | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Formula/g/ghcup.rb b/Formula/g/ghcup.rb index a9c8da195fdae..7e50ec60a9f66 100644 --- a/Formula/g/ghcup.rb +++ b/Formula/g/ghcup.rb @@ -14,13 +14,11 @@ class Ghcup < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "647806a77229da671021ab4c6d431206f2919df839e23cf968e171b3313a5266" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3a094b83eace9d934e83c5c7ec40eb554dc4997704cce8ac76e0d3eee417b466" - sha256 cellar: :any_skip_relocation, arm64_monterey: "ecf11f3303f741710f9b371a40f721ee54da0c531a3ea3aade4abe4994fb5b45" - sha256 cellar: :any_skip_relocation, sonoma: "e2d2a358c8873e075b1a8cda6189589e1122640db278aac9a8aa7df9f9fed8b3" - sha256 cellar: :any_skip_relocation, ventura: "bc3ad734f978a1ef0c72867606e147b81232a293191cbe80386a2cf28ea35113" - sha256 cellar: :any_skip_relocation, monterey: "64861f0ffa4e246865adbade896adf4d2be20c56c1054b601bb4a1486eab3318" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2e6e87045f4b758ace03abd50ff81152094d8608ec1d4e1aff8283e69d555800" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2929bb6239b31767d31a72663cc5926ca38cb4e02a6af97f01931054a63376f6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "52895db51721d777c0979c6ba63fad6c74108255957f46001ec37c91028fedf1" + sha256 cellar: :any_skip_relocation, sonoma: "49b26a9e21b76d40063cf64302d100b5c6b7a628defe349c65051bfda8c5d0e6" + sha256 cellar: :any_skip_relocation, ventura: "85b6b1c21f44e5873cbc00bb7cf8ac092770945db5b9709ccf41f6ac56998064" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e0819ba00818f8cca4e4452b4dbd40adc1d7a04f1b5932cb2e5649df4921cf17" end depends_on "cabal-install" => :build