Skip to content

Commit c44894e

Browse files
authored
Merge pull request Homebrew#168279 from Homebrew/bump-cyclonedx-gomod-1.7.0
cyclonedx-gomod 1.7.0
2 parents 9450a1c + b21c591 commit c44894e

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.github/autobump.txt

+1
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ curl
432432
cvs-fast-export
433433
cweb
434434
cxxopts
435+
cyclonedx-gomod
435436
cyclonedx-python
436437
cycode
437438
cypher-shell

Formula/c/cyclonedx-gomod.rb

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class CyclonedxGomod < Formula
22
desc "Creates CycloneDX Software Bill of Materials (SBOM) from Go modules"
33
homepage "https://cyclonedx.org/"
4-
url "https://github.com/CycloneDX/cyclonedx-gomod/archive/refs/tags/v1.6.0.tar.gz"
5-
sha256 "1c364f76bd6706054804c3d5568e2480771e2b5149cfccd6b31c77a9b490ad75"
4+
url "https://github.com/CycloneDX/cyclonedx-gomod/archive/refs/tags/v1.7.0.tar.gz"
5+
sha256 "87f5aa06c7095ddb4e67b549e43a961915384e1513329da87f8270edfaad1f05"
66
license "Apache-2.0"
77
head "https://github.com/CycloneDX/cyclonedx-gomod.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ab59494754f6655df87e2f2084a6fcbeecda3916b622c2381652da7c8d74085d"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "cf4a4576419a3f9b810beb3796860886d40225d7bece7e76a162807643ff0538"
12-
sha256 cellar: :any_skip_relocation, arm64_monterey: "f5f98e2be518f481775333d84bcb6b8b829fa8fa60c99b8eb12c66d0ace63233"
13-
sha256 cellar: :any_skip_relocation, sonoma: "8e505e92b25ea7f88c64211e3aae1588ac4d14250da09331100667d5c01e9ab8"
14-
sha256 cellar: :any_skip_relocation, ventura: "c086fb2adb33d314a6d3a37afbfec537ede059d3109bb81e2951624dccb0f68a"
15-
sha256 cellar: :any_skip_relocation, monterey: "170a4749c7d63b4215a13b374400247e12c06c49105bd34c66b88baf0ea6d9ce"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d36ef9a04ab063871f7c875b0666d18848ad95f008dbba3974ea54a4c784049b"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "84c98a0eaf5f6ce84c89c5a20ab14fe6e8dc6d410747b0abcda7a080d3365d86"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "cd4fbc1e3a87d663221a0489d5c5a2b291347399940aac387d4cd29c4cb1c4ce"
12+
sha256 cellar: :any_skip_relocation, arm64_monterey: "8027696149cdd3d21f2b0ce5f1855da24a76ac948324d83f9a888a8874d7c608"
13+
sha256 cellar: :any_skip_relocation, sonoma: "f36ad96beeeec59f103ca4d1e31c01aed2fecee4ef43c1a6b16cb9b3f954a7ae"
14+
sha256 cellar: :any_skip_relocation, ventura: "a6a6f07fadf31784652cbfc974f4b931357fd6a197ce29fb78be7bfee8072d04"
15+
sha256 cellar: :any_skip_relocation, monterey: "87161982dffbd21ae4eb6000c54aa42cc92dc4e27c17ded8c027945c21bd6494"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "6a511bf3cb2ce5ea71a91fbaadc93d1cb63faee6ecdacb00b0916a1071e844d6"
1717
end
1818

1919
depends_on "go" => [:build, :test]

0 commit comments

Comments
 (0)