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.19.4.tar.gz"
sha256 "9ca30fdbaaa8cd6d62df3b0d07c60c7dc69e3a7dda937bbeacc64566f0746327"
url "https://github.com/docker/cagent/archive/refs/tags/v1.19.5.tar.gz"
sha256 "0568866621cd358c3eb09bec03c55f2e0ddfe844ffc9c6353e7cb54f58f6ee80"
license "Apache-2.0"
head "https://github.com/docker/cagent.git", branch: "main"

Expand Down
Loading