From 4942f31663a087a9ef01dbb12a8f335678e5c104 Mon Sep 17 00:00:00 2001 From: Nhan Doan <2561973+dnhn@users.noreply.github.com> Date: Sun, 8 Oct 2023 14:56:10 +0700 Subject: [PATCH 1/2] corepack 0.21.0 --- Formula/c/corepack.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/corepack.rb b/Formula/c/corepack.rb index 0691b912978d94..ba0622f8b755e9 100644 --- a/Formula/c/corepack.rb +++ b/Formula/c/corepack.rb @@ -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 From 56fbba91d96cc5e1a20f19a706e1fc7a5e09fb0b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 8 Oct 2023 14:30:30 +0000 Subject: [PATCH 2/2] corepack: update 0.21.0 bottle. --- Formula/c/corepack.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/corepack.rb b/Formula/c/corepack.rb index ba0622f8b755e9..a84b4a27649f7d 100644 --- a/Formula/c/corepack.rb +++ b/Formula/c/corepack.rb @@ -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"