Skip to content

Commit

Permalink
Merge pull request Homebrew#208601 from Homebrew/bump-cdxgen-11.1.10
Browse files Browse the repository at this point in the history
cdxgen 11.1.10
  • Loading branch information
BrewTestBot authored Feb 22, 2025
2 parents d995d5a + 4899a88 commit 5e56484
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/c/cdxgen.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
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-11.1.9.tgz"
sha256 "69b83260fe26c68e1c4a8703d5cc35836c8e77a32d6bd5c4d080f340645c71a9"
url "https://registry.npmjs.org/@cyclonedx/cdxgen/-/cdxgen-11.1.10.tgz"
sha256 "3a5601bcce58f2754a8e1b5b33b5edf906fa441cf5656fbbf5047851914e10e9"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6c76177de3e52de2bc75e5501884cf4280f101e8f5809c0a9ce4650eec6af089"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5e0004849c011e6cfc6417d7c814ebd103d089faa2a753931539a862d285aa8d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "dc333ef851716816b307384074e3f036a9cbab95e3b4b61e402304cdbc31344e"
sha256 cellar: :any_skip_relocation, sonoma: "e0c2880e9cbd50764fe3a47771530181ffe989d761f1140f5a80e3fe5cd25e45"
sha256 cellar: :any_skip_relocation, ventura: "1d84845eaeef1b8edfecf1e033782dcccf0a3ae3a14bd3bdf89d879c9c0921d9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e91cc5b70b7cf69bfdee6f9f5bc3fb1ca72fcd7a9bcff6fbae8a0e290e91212f"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0f2733db4b07e82430d84d556a4b0da38047f67af22533b6056bb8211207108c"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3a481bf6d70b5ef16bf87115ef4ec5a87893e31e35f3893a518543ac95db9542"
sha256 cellar: :any_skip_relocation, arm64_ventura: "dba288488e3223f3357f6028068fd27a94352c78c6f9c8d550f3990a0e2f7197"
sha256 cellar: :any_skip_relocation, sonoma: "36b130ed49edb3167042a700637e6c0f3931d284f1310f0b087005c8d1a67e6c"
sha256 cellar: :any_skip_relocation, ventura: "5236dbed07e523fb86adee73ee474cba37f3e6c925e5392a4915c3285a035a4d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3aca2b4c803b939f1ee4a9c0e8f49dcb3687f32276ce9aa59f464f442667bc49"
end

depends_on "node"
Expand Down

0 comments on commit 5e56484

Please sign in to comment.