cortex 1.10.0
* cortex 1.10.0 * update path Closes #82740. Signed-off-by: Rui Chen <rui@chenrui.dev> Signed-off-by: Michael Cho <20700669+cho-m@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
f7a5c7593d
commit
47c43e8c4a
|
@ -1,8 +1,8 @@
|
|||
class Cortex < Formula
|
||||
desc "Long term storage for Prometheus"
|
||||
homepage "https://cortexmetrics.io/"
|
||||
url "https://github.com/cortexproject/cortex/archive/v1.9.0.tar.gz"
|
||||
sha256 "ccea2c5e11f80dbfbe48081469a61a8b7f7552b4daacebcf3e34360a2c34b59b"
|
||||
url "https://github.com/cortexproject/cortex/archive/v1.10.0.tar.gz"
|
||||
sha256 "8c75d723f31da3806a73a8a869a576cf6a0396aebe6567e96b675eb4df6d9849"
|
||||
license "Apache-2.0"
|
||||
|
||||
livecheck do
|
||||
|
@ -22,7 +22,7 @@ class Cortex < Formula
|
|||
|
||||
def install
|
||||
system "go", "build", *std_go_args, "./cmd/cortex"
|
||||
cd "docs/configuration" do
|
||||
cd "docs/chunks-storage" do
|
||||
inreplace "single-process-config.yaml", "/tmp", var
|
||||
etc.install "single-process-config.yaml" => "cortex.yaml"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue