Skip to content

Commit

Permalink
consul: update to 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
herbygillot committed Jan 21, 2021
1 parent 4e1978d commit 72b1f1d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions net/consul/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,11 @@
PortSystem 1.0
PortGroup golang 1.0

go.setup github.com/hashicorp/consul 1.9.1 v
go.setup github.com/hashicorp/consul 1.9.2 v
revision 0

homepage https://www.consul.io

platforms darwin
categories net
license MPL-2

# Consul's build process requires the git repository.
fetch.type git

maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer

description Consul is a distributed service mesh to connect, secure, \
and configure services across any runtime platform and \
public or private cloud.
Expand All @@ -33,6 +23,16 @@ long_description Consul is a service mesh solution providing a full \
but also supports 3rd party proxy integrations such as \
Envoy.

platforms darwin
categories net
license MPL-2

# Consul's build process requires the git repository.
fetch.type git

maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer

# Do not restrict Go from downloading dependencies at build time.
build.env-delete GOPROXY=off GO111MODULE=off

Expand Down

0 comments on commit 72b1f1d

Please sign in to comment.