Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/c/cagent.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Cagent < Formula
desc "Agent Builder and Runtime by Docker Engineering"
homepage "https://github.com/docker/cagent"
url "https://github.com/docker/cagent/archive/refs/tags/v1.6.2.tar.gz"
sha256 "82a5c6297ba59ebfb3a1288bc3757306f88195b4812e8975e3fa4f8ebe557221"
url "https://github.com/docker/cagent/archive/refs/tags/v1.6.3.tar.gz"
sha256 "6316edd4b4abe023e1a4a1713ee2516629edd511fd89fff63d1c7bd7821a8d38"
license "Apache-2.0"
head "https://github.com/docker/cagent.git", branch: "main"

Expand Down
Loading