Skip to content

Commit

Permalink
Merge pull request #202935 from Homebrew/bump-ghcup-0.1.40.0
Browse files Browse the repository at this point in the history
ghcup 0.1.40.0
  • Loading branch information
BrewTestBot authored Jan 1, 2025
2 parents d5dc0b2 + 63ecabd commit 2a01e28
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions Formula/g/ghcup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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
Expand Down

0 comments on commit 2a01e28

Please sign in to comment.