consul 0.7.1
Closes #6812. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
4965311172
commit
11ab658c2b
1 changed files with 4 additions and 4 deletions
|
@ -2,8 +2,8 @@ class Consul < Formula
|
||||||
desc "Tool for service discovery, monitoring and configuration"
|
desc "Tool for service discovery, monitoring and configuration"
|
||||||
homepage "https://www.consul.io"
|
homepage "https://www.consul.io"
|
||||||
url "https://github.com/hashicorp/consul.git",
|
url "https://github.com/hashicorp/consul.git",
|
||||||
:tag => "v0.7.0",
|
:tag => "v0.7.1",
|
||||||
:revision => "a189091a3530051285c12c726ca28ea55e015336"
|
:revision => "a9455cd4fc2809570ff1855c37d6ffc2449bd42f"
|
||||||
|
|
||||||
head "https://github.com/hashicorp/consul.git",
|
head "https://github.com/hashicorp/consul.git",
|
||||||
:shallow => false
|
:shallow => false
|
||||||
|
@ -21,8 +21,8 @@ class Consul < Formula
|
||||||
depends_on "go" => :build
|
depends_on "go" => :build
|
||||||
|
|
||||||
resource "web-ui" do
|
resource "web-ui" do
|
||||||
url "https://releases.hashicorp.com/consul/0.7.0/consul_0.7.0_web_ui.zip"
|
url "https://releases.hashicorp.com/consul/0.7.1/consul_0.7.1_web_ui.zip"
|
||||||
sha256 "42212089c228a73a0881a5835079c8df58a4f31b5060a3b4ffd4c2497abe3aa8"
|
sha256 "1b793c60e1af24cc470421d0411e13748f451b51d8a6ed5fcabc8d00bfb84264"
|
||||||
end
|
end
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
|
Loading…
Reference in a new issue