Skip to content

Commit ae8a1bf

Browse files
authored
Merge pull request #207533 from Homebrew/bump-chainloop-cli-0.163.0
chainloop-cli 0.163.0
2 parents 4b442d9 + dd29446 commit ae8a1bf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/chainloop-cli.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class ChainloopCli < Formula
22
desc "CLI for interacting with Chainloop"
33
homepage "https://docs.chainloop.dev"
4-
url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v0.162.0.tar.gz"
5-
sha256 "0b568f38de6ba7c137506cdfc3df68a3679fd14fa772a153a665563b1ca431eb"
4+
url "https://github.com/chainloop-dev/chainloop/archive/refs/tags/v0.163.0.tar.gz"
5+
sha256 "cf501d58298e8c877a5fa1b65e9e014bea6692bcf4b8dc0b6b7fb3bd07f7f4a7"
66
license "Apache-2.0"
77
head "https://github.com/chainloop-dev/chainloop.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0745c21ca8fda8e34b25dc314fb1a7ea55c55763549a1954819bcb0bab37bbfa"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0745c21ca8fda8e34b25dc314fb1a7ea55c55763549a1954819bcb0bab37bbfa"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "0745c21ca8fda8e34b25dc314fb1a7ea55c55763549a1954819bcb0bab37bbfa"
13-
sha256 cellar: :any_skip_relocation, sonoma: "0f0bc07183405012a84473f02ea8be6df8a7f04190c9df233bd4501a4212af55"
14-
sha256 cellar: :any_skip_relocation, ventura: "79bcfa86a5beb7125c3a5572c6035c989d0313b4a7d3acbc38d23d3c895473b3"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f6df7a007b371f1b5510313246d6ab7797025a16f5a54373a45c90392ee0268e"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e7a082b7c905b6fda2478869e3c068337615f781e2b06ce0778b7d2bfbe78cb9"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e7a082b7c905b6fda2478869e3c068337615f781e2b06ce0778b7d2bfbe78cb9"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "e7a082b7c905b6fda2478869e3c068337615f781e2b06ce0778b7d2bfbe78cb9"
13+
sha256 cellar: :any_skip_relocation, sonoma: "3677cdd8688119a50b9564c0778735097a26e607b79878ee1275d3ddaeea1cd7"
14+
sha256 cellar: :any_skip_relocation, ventura: "d11e06ea606b9701e6a68d4a98b5597a045aafa68e5a08b9e83309871e6f5645"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "268e0385b83654cddfc4928eab3adeeac6155d4b1c3d7e9a071186e1deb7907f"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)