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/d/docker-agent.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class DockerAgent < Formula
desc "Agent Builder and Runtime by Docker Engineering"
homepage "https://docker.github.io/docker-agent/"
url "https://github.com/docker/docker-agent/archive/refs/tags/v1.59.0.tar.gz"
sha256 "4e7419d362457fb606c676601b48d66d903bb05818136960d06a7834557848f9"
url "https://github.com/docker/docker-agent/archive/refs/tags/v1.60.0.tar.gz"
sha256 "6ac0041977fd226616cddaa2f47c6e7c168e6a3fba61e78333c0163bc98cd649"
license "Apache-2.0"
head "https://github.com/docker/docker-agent.git", branch: "main"

Expand Down
Loading