From 563d4e44c015a421aac90e0213369cfffb5658fd Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Wed, 10 Jun 2020 20:05:39 -0400 Subject: [PATCH] consul: update to 1.7.4 --- net/consul/Portfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/consul/Portfile b/net/consul/Portfile index a963392a60b7b..5596863e61d8f 100644 --- a/net/consul/Portfile +++ b/net/consul/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup github 1.0 -github.setup hashicorp consul 1.7.3 v +github.setup hashicorp consul 1.7.4 v homepage https://www.consul.io platforms darwin @@ -52,3 +52,5 @@ post-extract { destroot { xinstall -m 755 ${workpath}/bin/${name} ${destroot}${prefix}/bin/${name} } + +github.livecheck.regex {([0-9.]+)}