5
5
class Bomctl < Formula
6
6
desc "Format agnostic SBOM tooling"
7
7
homepage "https://github.com/bomctl/bomctl"
8
- version "0.4.0 "
8
+ version "0.4.1 "
9
9
license "Apache License 2.0"
10
10
11
11
on_macos do
12
12
on_intel do
13
- url "https://github.com/bomctl/bomctl/releases/download/v0.4.0 /bomctl_0.4.0_darwin_amd64 .tar.gz"
14
- sha256 "6bd56d23f0d1e1bcafc3738efb3b43de182d66df66620efbb438965f8ef6e0f3 "
13
+ url "https://github.com/bomctl/bomctl/releases/download/v0.4.1 /bomctl_0.4.1_darwin_amd64 .tar.gz"
14
+ sha256 "ce81628e667af7bb68b7e5bc0505d5eaf3ff81dd010f9e62be7f40f9242874d2 "
15
15
16
16
def install
17
17
bin . install "bomctl"
18
18
end
19
19
end
20
20
on_arm do
21
- url "https://github.com/bomctl/bomctl/releases/download/v0.4.0 /bomctl_0.4.0_darwin_arm64 .tar.gz"
22
- sha256 "07f9ee1d3b24c4fea338846e2ac0b2fbaa5b56d91ef2cd249f4d9c5845ba4791 "
21
+ url "https://github.com/bomctl/bomctl/releases/download/v0.4.1 /bomctl_0.4.1_darwin_arm64 .tar.gz"
22
+ sha256 "762bb137d583453b849a7b1785ada146ce635c21f0a246dc84b0588eacc114d8 "
23
23
24
24
def install
25
25
bin . install "bomctl"
@@ -30,8 +30,8 @@ def install
30
30
on_linux do
31
31
on_intel do
32
32
if Hardware ::CPU . is_64_bit?
33
- url "https://github.com/bomctl/bomctl/releases/download/v0.4.0 /bomctl_0.4.0_linux_amd64 .tar.gz"
34
- sha256 "8f5643fae5c08f96a73fad4e6412ed2e8112b006d79927c42cdc5ff86117c709 "
33
+ url "https://github.com/bomctl/bomctl/releases/download/v0.4.1 /bomctl_0.4.1_linux_amd64 .tar.gz"
34
+ sha256 "0d28f04e15108fcdbfcc46701ad75fd39f6fdab0ba0467da12f8c330f2a72c10 "
35
35
36
36
def install
37
37
bin . install "bomctl"
@@ -40,8 +40,8 @@ def install
40
40
end
41
41
on_arm do
42
42
if Hardware ::CPU . is_64_bit?
43
- url "https://github.com/bomctl/bomctl/releases/download/v0.4.0 /bomctl_0.4.0_linux_arm64 .tar.gz"
44
- sha256 "675af2b9cdee43ccd46da740b60e3c5699d45f17d330707c4e622a409bcd9bca "
43
+ url "https://github.com/bomctl/bomctl/releases/download/v0.4.1 /bomctl_0.4.1_linux_arm64 .tar.gz"
44
+ sha256 "6bc25f6154e50f058b5de6c783ee7ad7aabb6f205dd6771a1cfc584f53c0f08a "
45
45
46
46
def install
47
47
bin . install "bomctl"
0 commit comments