traefik 1.7.13
Closes #42944. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
7b7d072ff4
commit
761baf397e
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.12/traefik-v1.7.12.src.tar.gz"
|
||||
version "1.7.12"
|
||||
sha256 "cc69fa2759c2d1ed0fcb41a83c988ff167703f399f6e83fca2dac520cd6fe35c"
|
||||
url "https://github.com/containous/traefik/releases/download/v1.7.13/traefik-v1.7.13.src.tar.gz"
|
||||
version "1.7.13"
|
||||
sha256 "d607f42431e6a3738786ade53052066018fbbb3c9fe8383e288e7343148ce655"
|
||||
head "https://github.com/containous/traefik.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue