From c247a11ee6d088f14203eff7271f5af069ed98c7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 20 Apr 2024 21:24:52 +0000 Subject: [PATCH 1/2] corepack 0.28.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 41614b516bd53..aabc5e8fcf8d6 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.27.0.tgz" - sha256 "c6627a43b4d6c44ccc504fe27815b5c602e9207435ec9d11bcb1faa095019aba" + url "https://registry.npmjs.org/corepack/-/corepack-0.28.0.tgz" + sha256 "5bf3db93097b7e851e2f371c8f4c713db8036a8d3664ed250cdf072e4d4114fc" license "MIT" livecheck do From 532161c988c8c05b42991bfb3d7bf9879fe5d588 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 20 Apr 2024 22:07:30 +0000 Subject: [PATCH 2/2] corepack: update 0.28.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 aabc5e8fcf8d6..332da442c094b 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: "95f4ea2e93bc5b53581948b9c1a04566b8c669e7c7bd046e6b698a2a57a55384" + sha256 cellar: :any_skip_relocation, all: "a6f006e28baf39687c4818ffcf49bdbf9e30203b9b2b216521a0ed93d4bf0e3e" end depends_on "node"