Skip to content

Commit ba09596

Browse files
authored
Merge pull request #246686 from Homebrew/bump-cagent-1.6.1
cagent 1.6.1
2 parents e86c3ce + 2ca715e commit ba09596

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.6.0.tar.gz"
5-
sha256 "e404cb546c6db2ab6f96d792b66b0588b9c6396d18f211366bc57f64182ce627"
4+
url "https://github.com/docker/cagent/archive/refs/tags/v1.6.1.tar.gz"
5+
sha256 "b7165b82f18b1c8e7ebb5415e8e62945086c8849c415d9f134fd85125491da82"
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: "5050ebbf4b21196d6680c01fe213b0d23c0b5705ee40d3858ae858b3369d209a"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5050ebbf4b21196d6680c01fe213b0d23c0b5705ee40d3858ae858b3369d209a"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5050ebbf4b21196d6680c01fe213b0d23c0b5705ee40d3858ae858b3369d209a"
13-
sha256 cellar: :any_skip_relocation, sonoma: "95a1614f3c0dc75258cedc7429faf12688f6617f4184d58ce330da0e0839074e"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "8b9f6d0e81980fb74c998215c9a83fe63344a3cabf0439218e3b7150bb9ea4c0"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4187e4b74f182f0143925ed3e9a8decd9a29d37a39cb17bce1bf04bd4d77d302"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "f8ab1cbf9f7a91dcf842cb4c43b6f689525a32cc24c21d4058384bb96e7d241f"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f8ab1cbf9f7a91dcf842cb4c43b6f689525a32cc24c21d4058384bb96e7d241f"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f8ab1cbf9f7a91dcf842cb4c43b6f689525a32cc24c21d4058384bb96e7d241f"
13+
sha256 cellar: :any_skip_relocation, sonoma: "c5795861954e1a1166a063c89bda5fc94d0b8593a0002e762d7ce747cbe87d73"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "aeeff04feb7649a7c32052c0f5dd70c12ba28e5f24117a31f6574aa1dd5a78e6"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "88f8499faba0c97f2bf3f0e971fc3d6382ca7cacae8a1fd197d3f2e7150913e4"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)