Skip to content

Commit

Permalink
Merge pull request #181826 from Homebrew/bump-newman-6.2.1
Browse files Browse the repository at this point in the history
newman 6.2.1
  • Loading branch information
BrewTestBot authored Aug 20, 2024
2 parents 6a30dd5 + 97d0403 commit 5184843
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions Formula/n/newman.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
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
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"
Expand Down

0 comments on commit 5184843

Please # to comment.