|
1 | 1 | class DockerAgent < Formula |
2 | 2 | desc "Agent Builder and Runtime by Docker Engineering" |
3 | 3 | homepage "https://docker.github.io/docker-agent/" |
4 | | - url "https://github.com/docker/docker-agent/archive/refs/tags/v1.70.0.tar.gz" |
5 | | - sha256 "db5067383820283389037f02eebb8c12783e7c57a2a83f43133584b272587699" |
| 4 | + url "https://github.com/docker/docker-agent/archive/refs/tags/v1.70.1.tar.gz" |
| 5 | + sha256 "5815082a850003a52d78dea6ecf27241fa25c4703cf82b9100067daee31806ff" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/docker/docker-agent.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "9da5d50f7ef560e33845a8879c7fded2b1099e66c447c3c39aa3a669bb66c1ef" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "dd521ee5993f1451e832555108cc24bdea02f103c6fd5c645306a8710076ef76" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "18ff3402e3a987cc86e86df6cfd42e4a8416f2c6628b653053d768a5e435d4bb" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "a1198bfb6c9dbfd5d91474f007c14912b2f46f0358043da4d3c5b51301de43e8" |
14 | | - sha256 cellar: :any, arm64_linux: "76bc283d372bfdc595f3500483cb4cb23888b792927e61eb99d58ddfcc596453" |
15 | | - sha256 cellar: :any, x86_64_linux: "7ed16d505268ea57bd7a966ffe4ed342c5c322dea8c1308605f46eaf9f5eafae" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "3317ce4eff2d6501c6b4c2e6d20bafadbb6052e75fadff5eb3b7d9f233921ebc" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "85887a86d26523d8aed221ff639d7b08955290b97862261bb2b39b596d6dd035" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2d70ac0a39c2c978f43e3cdd19305eeca781905f3748b966ab285104182cacdc" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "7e024883b3da8b5ee37b733cb020b5700e7151b32de6c7cae62e2198740b7b02" |
| 14 | + sha256 cellar: :any, arm64_linux: "fd793c522b7c9a738de5f5da6f18408352aa11f3f4d4d60f9394702e7336faef" |
| 15 | + sha256 cellar: :any, x86_64_linux: "cdee826759fb3c8c585f5f968375b45129c26f9ebd06666f2290a7b7d1805d31" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments