linkerd 1.3.6 (#24779)
This commit is contained in:
parent
acf560a268
commit
8a9d9fc21c
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
class Linkerd < Formula
|
||||
desc "Drop-in RPC proxy designed for microservices"
|
||||
homepage "https://linkerd.io/"
|
||||
url "https://github.com/linkerd/linkerd/releases/download/1.3.5/linkerd-1.3.5.tgz"
|
||||
sha256 "601fc82f944c8ce575a4442ca661cca6755c445ee0f890d0ba6c79035452b2d7"
|
||||
url "https://github.com/linkerd/linkerd/releases/download/1.3.6/linkerd-1.3.6.tgz"
|
||||
sha256 "71c07cfad5eaf7f30d7f424723e5135495ddf6782919d69bc0c6de0780d0f09d"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
|
@ -11,8 +11,8 @@ class Linkerd < Formula
|
|||
def install
|
||||
inreplace "config/linkerd.yaml", "disco", etc/"linkerd/disco"
|
||||
|
||||
libexec.install "linkerd-#{version}-32b-exec"
|
||||
bin.install_symlink libexec/"linkerd-#{version}-32b-exec" => "linkerd"
|
||||
libexec.install "linkerd-#{version}-exec"
|
||||
bin.install_symlink libexec/"linkerd-#{version}-exec" => "linkerd"
|
||||
|
||||
pkgshare.mkpath
|
||||
cp buildpath/"config/linkerd.yaml", pkgshare/"default.yaml"
|
||||
|
|
Loading…
Reference in a new issue