diff options
Diffstat (limited to 'sysutils/consul/Makefile')
-rw-r--r-- | sysutils/consul/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile index 2b55a0c5a618..62d198cea7a2 100644 --- a/sysutils/consul/Makefile +++ b/sysutils/consul/Makefile @@ -1,7 +1,7 @@ PORTNAME= consul DISTVERSIONPREFIX= v -DISTVERSION= 1.21.4 -PORTREVISION= 1 +DISTVERSION= 1.21.5 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://raw.githubusercontent.com/hashicorp/consul/${DISTVERSIONFULL}/ DISTFILES= go.mod \ @@ -44,7 +44,7 @@ CONSUL_USER?= consul CONSUL_GROUP?= consul CONSUL_DBDIR?= /var/db/${PORTNAME} -GITID= 59b8b90 +GITID= 3261d11 # Bring DISTINFO_FILE into scope so we can get the timestamp. .include <bsd.port.pre.mk> |