traefik 1.7.16
Closes #44239. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
cbd333a843
commit
9c34fb9649
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
class Traefik < Formula
|
||||
desc "Modern reverse proxy"
|
||||
homepage "https://traefik.io/"
|
||||
url "https://github.com/containous/traefik/releases/download/v1.7.15/traefik-v1.7.15.src.tar.gz"
|
||||
version "1.7.15"
|
||||
sha256 "ba6750f4706f3e86fcc2351c457df954ce594a2182d166e487a4b7e74da0799c"
|
||||
url "https://github.com/containous/traefik/releases/download/v1.7.16/traefik-v1.7.16.src.tar.gz"
|
||||
version "1.7.16"
|
||||
sha256 "3ff5316f26ba552d758f97fa645e43ffe2fc2078edd67c81e6ce7d5a171655e0"
|
||||
head "https://github.com/containous/traefik.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue