Skip to content

Commit ee65137

Browse files
authored
Merge pull request Homebrew#195808 from Homebrew/[email protected]
traefik@2 2.11.13
2 parents dbb57aa + 57732ca commit ee65137

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/t/[email protected]

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class TraefikAT2 < Formula
22
desc "Modern reverse proxy"
33
homepage "https://traefik.io/"
4-
url "https://github.com/traefik/traefik/releases/download/v2.11.12/traefik-v2.11.12.src.tar.gz"
5-
sha256 "4877795dbc5ac9bd3e7e3f68e1f6965bb8ad818e43d0a5b79a1dff386f5d4be5"
4+
url "https://github.com/traefik/traefik/releases/download/v2.11.13/traefik-v2.11.13.src.tar.gz"
5+
sha256 "8fddbac6b73db67ec0ff9d094c247e28f31fcb8bfdc79e302539367f000a99b9"
66
license "MIT"
77

88
livecheck do
@@ -11,12 +11,12 @@ class TraefikAT2 < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5faa5e9a6df9e51d99b8a4415d16338cf76f9f26779101517948ed6b1ef59db5"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3a4259df5ee7140b3294cc3f75101471c2805eb2f7ac9841be4b20fee30836bb"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "5bac3b920c6763146d0faa893728602555413db0612f7730fd859564153e4f0e"
17-
sha256 cellar: :any_skip_relocation, sonoma: "5f99499fa48baee49ca566f43ceb75c08febd43a90af44cc6a393d90a2577cd1"
18-
sha256 cellar: :any_skip_relocation, ventura: "c6ea7a17f09484dd2233a01fcd39b8d2abe899e8ad27f85b5590ccaae326d2ac"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "49f6e5e5c41905f0bff4fb3df1519c6c7e4d13c30fd226f71ae17cae94516e39"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fb45dcd3966cbfb8be4670294427621a8106647e0c8471aec65577515e74ceb8"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "39ee3e20708c4a9b2a02d87834783b73c20df01e0de3a8377c7886b04d28f46a"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "33cfa5da004108ec5c8d1376a8fd90b4238323f7c8d48dc61aebacf5fd10b65f"
17+
sha256 cellar: :any_skip_relocation, sonoma: "6d16645777e3a6ef5901da3b749038228534791b4a70dbe80840057efbd02c7e"
18+
sha256 cellar: :any_skip_relocation, ventura: "d393617dcc1d3f712d115da3940b384703dccfd6b49fb0ad98a2d9573ed13157"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "490c29e42eae175edc6e9eb3a56353a9825be04d309c5bf8fc5b231b3a3b5572"
2020
end
2121

2222
keg_only :versioned_formula

0 commit comments

Comments
 (0)