diff options
Diffstat (limited to 'sysutils/consul/Makefile')
-rw-r--r-- | sysutils/consul/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile index 53b9e8474bdd..de2309dae853 100644 --- a/sysutils/consul/Makefile +++ b/sysutils/consul/Makefile @@ -1,6 +1,6 @@ PORTNAME= consul DISTVERSIONPREFIX= v -DISTVERSION= 1.21.1 +DISTVERSION= 1.21.3 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://raw.githubusercontent.com/hashicorp/consul/${DISTVERSIONFULL}/ @@ -44,7 +44,7 @@ CONSUL_USER?= consul CONSUL_GROUP?= consul CONSUL_DBDIR?= /var/db/${PORTNAME} -GITID= 48a6c3e +GITID= 24bf2b6 # Bring DISTINFO_FILE into scope so we can get the timestamp. .include <bsd.port.pre.mk> |