traefik 1.4.5
Closes #21521. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
e386ddb3d1
commit
66287e7f57
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@ require "language/go"
|
|||
class Traefik < Formula
|
||||
desc "Modern reverse proxy"
|
||||
homepage "https://traefik.io/"
|
||||
url "https://github.com/containous/traefik/releases/download/v1.4.4/traefik-v1.4.4.src.tar.gz"
|
||||
version "1.4.4"
|
||||
sha256 "8fb8b986dd6e79a3d474904fe6524cd04b6c3247f1f42c992019532d48049561"
|
||||
url "https://github.com/containous/traefik/releases/download/v1.4.5/traefik-v1.4.5.src.tar.gz"
|
||||
version "1.4.5"
|
||||
sha256 "4f109e5625bb602b87f6b5f859e7ce9a00ae15cf06eb238f43600db740089d4f"
|
||||
head "https://github.com/containous/traefik.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue