From 368c5222ec1e7017164227e962cc7252aa1393fa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 8 Jul 2024 18:27:14 +0000 Subject: [PATCH 1/2] cdxgen 10.8.0 --- Formula/c/cdxgen.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cdxgen.rb b/Formula/c/cdxgen.rb index f0ce06dbd36ed..81c4e33300d53 100644 --- a/Formula/c/cdxgen.rb +++ b/Formula/c/cdxgen.rb @@ -3,8 +3,8 @@ class Cdxgen < Formula desc "Creates CycloneDX Software Bill-of-Materials (SBOM) for projects" homepage "https://github.com/CycloneDX/cdxgen" - url "https://registry.npmjs.org/@cyclonedx/cdxgen/-/cdxgen-10.7.1.tgz" - sha256 "5eef7fb75796e29f484457d44ea8e92953c58ba648058634187741d5d429ce59" + url "https://registry.npmjs.org/@cyclonedx/cdxgen/-/cdxgen-10.8.0.tgz" + sha256 "b434db0925e98a961fb138b5f97762511112a09904b5e281b9d1e8108458e61b" license "Apache-2.0" bottle do From 9ffe2081dc1522e7032b1c38115cdf0a5ff38d25 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 9 Jul 2024 00:35:46 +0000 Subject: [PATCH 2/2] cdxgen: update 10.8.0 bottle. --- Formula/c/cdxgen.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/cdxgen.rb b/Formula/c/cdxgen.rb index 81c4e33300d53..cefa660b8f6d5 100644 --- a/Formula/c/cdxgen.rb +++ b/Formula/c/cdxgen.rb @@ -8,13 +8,13 @@ class Cdxgen < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "66f37bd0fe9bef4cfa09061f50e52839055eb46f334bffdab07ad8b6a068fd9a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2c7ad899bbfcb36e8a58132e2b60af3bfc904b3577318c01562ab1592531487a" - sha256 cellar: :any_skip_relocation, arm64_monterey: "6084fbbf5a1ed5299c987623ec9b32a3f33ab6bbd168eb8ad125d800f328ca18" - sha256 cellar: :any_skip_relocation, sonoma: "772b30294d2e800e58ca83825eae82932642251cdad06e864ba5904b62c0720e" - sha256 cellar: :any_skip_relocation, ventura: "77078d73b397bbd0f3a31cb6b748ac605ce174f7fe1cf2ba24c66700df7ab2e8" - sha256 cellar: :any_skip_relocation, monterey: "2ffd0c1061e4b4408a831e486dc65c5cabcaf481091ddd2f6f8e8432b29aee29" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7fea77c314d59dfa2590ad279320e2f7d04cdbef6636742de4c885defba468ef" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cf84cf4fef388fd5377abf3b97430929f9ab51785079a2a7373e5686e7fcce9c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "24545ea79d9ad9a98ba46af57fa7fd45201945a133e2049192898cf171b6c02c" + sha256 cellar: :any_skip_relocation, arm64_monterey: "fa6dee6753dc73d6d6e500fc5601f50a95ebbd675b3c80d655284d69351a9889" + sha256 cellar: :any_skip_relocation, sonoma: "29dad227c8d8deb4af2386960aa22203e1d27fb5da5a8cf32a5de31c1139eeec" + sha256 cellar: :any_skip_relocation, ventura: "700128cce3fe890cf56bcc2e2f28f3db117cc8be264732c7e4a69fc6aff26b6d" + sha256 cellar: :any_skip_relocation, monterey: "9f422c8dd7cd97d17330e1be6547d7c693c7c3604412d252eff23e0404c597c5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ed01cabab44e6662ec2f41883b37f32d73e7b91653a83dfeb9373880c6b834e7" end depends_on "node"