Skip to content

Commit dbb57aa

Browse files
authored
Merge pull request Homebrew#195807 from Homebrew/bump-traefik-3.1.7
traefik 3.1.7
2 parents ac695dd + 9f754e8 commit dbb57aa

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/t/traefik.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Traefik < Formula
22
desc "Modern reverse proxy"
33
homepage "https://traefik.io/"
4-
url "https://github.com/traefik/traefik/releases/download/v3.1.6/traefik-v3.1.6.src.tar.gz"
5-
sha256 "88cd6b1f871894bcae5e2c9eb356b13aaea815368b9c68a0ff4a466b6a05d02f"
4+
url "https://github.com/traefik/traefik/releases/download/v3.1.7/traefik-v3.1.7.src.tar.gz"
5+
sha256 "183c9d8278cbbfb6bf526e3f0178a55edf761cabeda4654742091e6eba9c4613"
66
license "MIT"
77
head "https://github.com/traefik/traefik.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2904f9094a89e3ac1e205e68f7afddfb4dd07ae16c7a2d8826bcca46b3ab2b24"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2904f9094a89e3ac1e205e68f7afddfb4dd07ae16c7a2d8826bcca46b3ab2b24"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "2904f9094a89e3ac1e205e68f7afddfb4dd07ae16c7a2d8826bcca46b3ab2b24"
13-
sha256 cellar: :any_skip_relocation, sonoma: "f8e8b2eac048d445df763db8616ce66397935e26c15521212825a047d2d4240a"
14-
sha256 cellar: :any_skip_relocation, ventura: "f8e8b2eac048d445df763db8616ce66397935e26c15521212825a047d2d4240a"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c9763687e8f9fc56c215e6daca1f7997ec09ed8682e2b6dd5b32b4855189156c"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d7158155f7336491b25879759d994f0f12ed134b296a2d291a4001986eb030ce"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d7158155f7336491b25879759d994f0f12ed134b296a2d291a4001986eb030ce"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "d7158155f7336491b25879759d994f0f12ed134b296a2d291a4001986eb030ce"
13+
sha256 cellar: :any_skip_relocation, sonoma: "defc5a0d1115defa27c04576ba9cb7e5fd8098f0b1900db9019098f9c9da1541"
14+
sha256 cellar: :any_skip_relocation, ventura: "defc5a0d1115defa27c04576ba9cb7e5fd8098f0b1900db9019098f9c9da1541"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "5eab2903f4c4ad76b790e704acf21794aca2b1aba6089459339d457441d8d829"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)