Skip to content

Commit

Permalink
Merge pull request Homebrew#168279 from Homebrew/bump-cyclonedx-gomod…
Browse files Browse the repository at this point in the history
…-1.7.0

cyclonedx-gomod 1.7.0
  • Loading branch information
BrewTestBot authored Apr 8, 2024
2 parents 9450a1c + b21c591 commit c44894e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ curl
cvs-fast-export
cweb
cxxopts
cyclonedx-gomod
cyclonedx-python
cycode
cypher-shell
Expand Down
18 changes: 9 additions & 9 deletions Formula/c/cyclonedx-gomod.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class CyclonedxGomod < Formula
desc "Creates CycloneDX Software Bill of Materials (SBOM) from Go modules"
homepage "https://cyclonedx.org/"
url "https://github.com/CycloneDX/cyclonedx-gomod/archive/refs/tags/v1.6.0.tar.gz"
sha256 "1c364f76bd6706054804c3d5568e2480771e2b5149cfccd6b31c77a9b490ad75"
url "https://github.com/CycloneDX/cyclonedx-gomod/archive/refs/tags/v1.7.0.tar.gz"
sha256 "87f5aa06c7095ddb4e67b549e43a961915384e1513329da87f8270edfaad1f05"
license "Apache-2.0"
head "https://github.com/CycloneDX/cyclonedx-gomod.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ab59494754f6655df87e2f2084a6fcbeecda3916b622c2381652da7c8d74085d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "cf4a4576419a3f9b810beb3796860886d40225d7bece7e76a162807643ff0538"
sha256 cellar: :any_skip_relocation, arm64_monterey: "f5f98e2be518f481775333d84bcb6b8b829fa8fa60c99b8eb12c66d0ace63233"
sha256 cellar: :any_skip_relocation, sonoma: "8e505e92b25ea7f88c64211e3aae1588ac4d14250da09331100667d5c01e9ab8"
sha256 cellar: :any_skip_relocation, ventura: "c086fb2adb33d314a6d3a37afbfec537ede059d3109bb81e2951624dccb0f68a"
sha256 cellar: :any_skip_relocation, monterey: "170a4749c7d63b4215a13b374400247e12c06c49105bd34c66b88baf0ea6d9ce"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d36ef9a04ab063871f7c875b0666d18848ad95f008dbba3974ea54a4c784049b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "84c98a0eaf5f6ce84c89c5a20ab14fe6e8dc6d410747b0abcda7a080d3365d86"
sha256 cellar: :any_skip_relocation, arm64_ventura: "cd4fbc1e3a87d663221a0489d5c5a2b291347399940aac387d4cd29c4cb1c4ce"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8027696149cdd3d21f2b0ce5f1855da24a76ac948324d83f9a888a8874d7c608"
sha256 cellar: :any_skip_relocation, sonoma: "f36ad96beeeec59f103ca4d1e31c01aed2fecee4ef43c1a6b16cb9b3f954a7ae"
sha256 cellar: :any_skip_relocation, ventura: "a6a6f07fadf31784652cbfc974f4b931357fd6a197ce29fb78be7bfee8072d04"
sha256 cellar: :any_skip_relocation, monterey: "87161982dffbd21ae4eb6000c54aa42cc92dc4e27c17ded8c027945c21bd6494"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6a511bf3cb2ce5ea71a91fbaadc93d1cb63faee6ecdacb00b0916a1071e844d6"
end

depends_on "go" => [:build, :test]
Expand Down

0 comments on commit c44894e

Please sign in to comment.