Skip to content

Commit 3cb3f2f

Browse files
authored
Merge pull request #210367 from Homebrew/bump-witness-0.8.1
witness 0.8.1
2 parents e93b3ce + a6430e7 commit 3cb3f2f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/w/witness.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Witness < Formula
22
desc "Automates, normalizes, and verifies software artifact provenance"
33
homepage "https://witness.dev"
4-
url "https://github.com/in-toto/witness/archive/refs/tags/v0.8.0.tar.gz"
5-
sha256 "bdb8e29fe8a7532e8852d388cf447ee728f79c58b2de31048e4a90c6581e5bde"
4+
url "https://github.com/in-toto/witness/archive/refs/tags/v0.8.1.tar.gz"
5+
sha256 "084f3cde58a9a2b6764f788a18e2505934ad21081e02b0f0eb5d47647f9769ab"
66
license "Apache-2.0"
77
head "https://github.com/in-toto/witness.git", branch: "main"
88

@@ -12,12 +12,12 @@ class Witness < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f08ef50cf1b28e121099150eb3fb94d2c528118c791449a36546405b64e3a8b4"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f08ef50cf1b28e121099150eb3fb94d2c528118c791449a36546405b64e3a8b4"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f08ef50cf1b28e121099150eb3fb94d2c528118c791449a36546405b64e3a8b4"
18-
sha256 cellar: :any_skip_relocation, sonoma: "fc5e59c437c8f6af06f3e9b1d92263134c67b6d716029162fab4cff43afbc85e"
19-
sha256 cellar: :any_skip_relocation, ventura: "fc5e59c437c8f6af06f3e9b1d92263134c67b6d716029162fab4cff43afbc85e"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "0dfdc791901fa2eeb8981b45fb9ce9134d40f1002fe3ad1e7ab2f66d0557a9c2"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "136aad83521cf0d59e9f3bb9d0e5793e7a14aacb10af8e6055a7cad7fac46939"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "136aad83521cf0d59e9f3bb9d0e5793e7a14aacb10af8e6055a7cad7fac46939"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "136aad83521cf0d59e9f3bb9d0e5793e7a14aacb10af8e6055a7cad7fac46939"
18+
sha256 cellar: :any_skip_relocation, sonoma: "0dadbe2aa755ced0717cee1b395bec45f12015f580ef23d413c4c62b8306ebf7"
19+
sha256 cellar: :any_skip_relocation, ventura: "0dadbe2aa755ced0717cee1b395bec45f12015f580ef23d413c4c62b8306ebf7"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "042740e13d94b54f32f87630b32f0e7176843d7a9ffbde04cfb18fb463920839"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)