From b50d0cf09c17b8744a3b9c7b5becc4cf9cec5d77 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 28 Jun 2019 09:17:14 +0800 Subject: [PATCH] consul 1.5.2 Closes #41415. Signed-off-by: FX Coudert --- Formula/consul.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/consul.rb b/Formula/consul.rb index 037498af68..0aca47d679 100644 --- a/Formula/consul.rb +++ b/Formula/consul.rb @@ -2,8 +2,8 @@ class Consul < Formula desc "Tool for service discovery, monitoring and configuration" homepage "https://www.consul.io" url "https://github.com/hashicorp/consul.git", - :tag => "v1.5.1", - :revision => "40cec98468b829e5cdaacb0629b3e23a028db688" + :tag => "v1.5.2", + :revision => "a82e6a7fd33a0d05b9b871bcaf1d7595c9b8dedc" head "https://github.com/hashicorp/consul.git", :shallow => false