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 b6378dda4aab..1b95485dd445 100644 --- a/sysutils/consul/Makefile +++ b/sysutils/consul/Makefile @@ -1,6 +1,6 @@ PORTNAME= consul DISTVERSIONPREFIX= v -DISTVERSION= 1.20.6 +DISTVERSION= 1.21.0 CATEGORIES= sysutils MASTER_SITES= https://raw.githubusercontent.com/hashicorp/consul/${DISTVERSIONFULL}/ DISTFILES= go.mod \ @@ -17,7 +17,7 @@ WWW= https://www.consul.io/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cpe go:1.23,modules +USES= cpe go:1.24,modules CPE_VENDOR= hashicorp USE_GITHUB= yes GH_ACCOUNT= hashicorp @@ -43,7 +43,7 @@ CONSUL_USER?= consul CONSUL_GROUP?= consul CONSUL_DBDIR?= /var/db/${PORTNAME} -GITID= a343c51 +GITID= 4e96098 # Bring DISTINFO_FILE into scope so we can get the timestamp. .include <bsd.port.pre.mk> |