|
1 | 1 | class CyclonedxGomod < Formula
|
2 | 2 | desc "Creates CycloneDX Software Bill of Materials (SBOM) from Go modules"
|
3 | 3 | 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" |
6 | 6 | license "Apache-2.0"
|
7 | 7 | head "https://github.com/CycloneDX/cyclonedx-gomod.git", branch: "main"
|
8 | 8 |
|
9 | 9 | 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" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | depends_on "go" => [:build, :test]
|
|
0 commit comments