From d8df5465829f56f743f1c5e4df0aeac06e4ce634 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 20 Aug 2024 18:51:47 +0000 Subject: [PATCH 1/2] newman 6.2.1 --- Formula/n/newman.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/newman.rb b/Formula/n/newman.rb index 350ce3fc9cab4..30bce731b2199 100644 --- a/Formula/n/newman.rb +++ b/Formula/n/newman.rb @@ -1,8 +1,8 @@ class Newman < Formula desc "Command-line collection runner for Postman" homepage "https://www.getpostman.com" - url "https://registry.npmjs.org/newman/-/newman-6.1.3.tgz" - sha256 "9358f14b52fe8c835a27557a98e9ec9df2df5cacf286195b4ccbebdaccb1e942" + url "https://registry.npmjs.org/newman/-/newman-6.2.1.tgz" + sha256 "38e457fafaadb7b4ff79f5669306bb8504223c4041cf5e5b6fc592f355af7a0e" license "Apache-2.0" bottle do From 97d040354d3d364f994044a659f78177a4885927 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 20 Aug 2024 19:34:07 +0000 Subject: [PATCH 2/2] newman: update 6.2.1 bottle. --- Formula/n/newman.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/n/newman.rb b/Formula/n/newman.rb index 30bce731b2199..1b92b9c7a03c7 100644 --- a/Formula/n/newman.rb +++ b/Formula/n/newman.rb @@ -6,14 +6,13 @@ class Newman < Formula license "Apache-2.0" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sonoma: "083286f30003f41082fc28c1f840034fdbc439832df691616a74487b4ed115a8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "083286f30003f41082fc28c1f840034fdbc439832df691616a74487b4ed115a8" - sha256 cellar: :any_skip_relocation, arm64_monterey: "083286f30003f41082fc28c1f840034fdbc439832df691616a74487b4ed115a8" - sha256 cellar: :any_skip_relocation, sonoma: "13f079c8ef75010ed011f0b421bfa8e499c70486d16fcde45546a3a1bdfd9f96" - sha256 cellar: :any_skip_relocation, ventura: "13f079c8ef75010ed011f0b421bfa8e499c70486d16fcde45546a3a1bdfd9f96" - sha256 cellar: :any_skip_relocation, monterey: "13f079c8ef75010ed011f0b421bfa8e499c70486d16fcde45546a3a1bdfd9f96" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7910178703776eabc29ef96cc2dd24a85f42803e0ce6cece7f54ee982d29e3b0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fa712cc0a93477ee5448241048937ca8ad4b9f4a21d19a29f30a359e4f4cb833" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fa712cc0a93477ee5448241048937ca8ad4b9f4a21d19a29f30a359e4f4cb833" + sha256 cellar: :any_skip_relocation, arm64_monterey: "fa712cc0a93477ee5448241048937ca8ad4b9f4a21d19a29f30a359e4f4cb833" + sha256 cellar: :any_skip_relocation, sonoma: "1e795f5512a9fe59808b928884c3026a9ee5c2962053faef9f053d08214a1705" + sha256 cellar: :any_skip_relocation, ventura: "1e795f5512a9fe59808b928884c3026a9ee5c2962053faef9f053d08214a1705" + sha256 cellar: :any_skip_relocation, monterey: "1e795f5512a9fe59808b928884c3026a9ee5c2962053faef9f053d08214a1705" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fa712cc0a93477ee5448241048937ca8ad4b9f4a21d19a29f30a359e4f4cb833" end depends_on "node"