Skip to content

Commit

Permalink
Merge pull request #176725 from Homebrew/bump-cdxgen-10.8.0
Browse files Browse the repository at this point in the history
cdxgen 10.8.0
  • Loading branch information
BrewTestBot authored Jul 9, 2024
2 parents 6f3b1b9 + 9ffe208 commit 87b4c90
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/c/cdxgen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
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
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"
Expand Down

0 comments on commit 87b4c90

Please sign in to comment.