Skip to content

Commit a2a88b5

Browse files
authored
Merge pull request Homebrew#251773 from Homebrew/bump-cagent-1.9.1
cagent 1.9.1
2 parents 5a00df2 + 6fd17a8 commit a2a88b5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/cagent.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Cagent < Formula
22
desc "Agent Builder and Runtime by Docker Engineering"
33
homepage "https://github.com/docker/cagent"
4-
url "https://github.com/docker/cagent/archive/refs/tags/v1.9.0.tar.gz"
5-
sha256 "61aa5ae5beae7994e0969d87a05f42d161c1f006aa9eaaf5997462c18d2fe370"
4+
url "https://github.com/docker/cagent/archive/refs/tags/v1.9.1.tar.gz"
5+
sha256 "a7cbb7d9323c2c017f9e69525c7237159f17cfb2322871fc2b38caad1a0d11e5"
66
license "Apache-2.0"
77
head "https://github.com/docker/cagent.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "419f98950c282edd5b0663bffdc7557a49b122534e8407cefbc3ec27e0fb0989"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "419f98950c282edd5b0663bffdc7557a49b122534e8407cefbc3ec27e0fb0989"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "419f98950c282edd5b0663bffdc7557a49b122534e8407cefbc3ec27e0fb0989"
13-
sha256 cellar: :any_skip_relocation, sonoma: "0aecf6157813ac87f54b0403ea2c9d5bc6e89d69af03e78b938fff988b46a293"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "8e79fc7d8f90e96e5f625e5b2a488dda05cbf9b8290238ae15ccae0d6bf51dfb"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "3b1c8647bd10868ecd44719678f0e428e0881de3f21f226e3d31cb528a3d0db1"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "d3538117dc84196ce4b03310f21e768ff7cadb2c52006c07df0454413c6bdf37"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d3538117dc84196ce4b03310f21e768ff7cadb2c52006c07df0454413c6bdf37"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d3538117dc84196ce4b03310f21e768ff7cadb2c52006c07df0454413c6bdf37"
13+
sha256 cellar: :any_skip_relocation, sonoma: "def54264a7d87b5bc080c207b208ac3efaf122250d6100942694e03a1a3452ec"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "ff0d10ae1b1090b829681eb6571e98f2943b732caff58d1effd01d0d187d572a"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "b0c72c09e52bd95ec06b9c87b0082b0262dee2b56d5d2a549ae0bdbe505245f9"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)