Skip to content

Commit

Permalink
Merge pull request #150147 from dnhn/bump-corepack-0.21.0
Browse files Browse the repository at this point in the history
corepack 0.21.0
  • Loading branch information
BrewTestBot authored Oct 8, 2023
2 parents 4a876e5 + 56fbba9 commit ad7dda9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/c/corepack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class Corepack < Formula

desc "Package acting as bridge between Node projects and their package managers"
homepage "https://github.com/nodejs/corepack"
url "https://registry.npmjs.org/corepack/-/corepack-0.20.0.tgz"
sha256 "3fa310217f641e51dc8d7f707ded3c75261d2745e9601b190d7c16901e11624b"
url "https://registry.npmjs.org/corepack/-/corepack-0.21.0.tgz"
sha256 "3023bb43c9b95dede0950d0e0ffde36ee25de805c8e824d0f97a9ac1498e167f"
license "MIT"

livecheck do
Expand All @@ -13,7 +13,7 @@ class Corepack < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, all: "5f21dc237750c3e570465497c03c16f9318e33acc8ac1cfd2d63122257ac0988"
sha256 cellar: :any_skip_relocation, all: "d2ada8580013bfe175bf08ce7324a94214bfd2aba60f374ff3a70084f3ebd442"
end

depends_on "node"
Expand Down

0 comments on commit ad7dda9

Please sign in to comment.