diff options
Diffstat (limited to 'security/crowdsec/Makefile')
-rw-r--r-- | security/crowdsec/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/crowdsec/Makefile b/security/crowdsec/Makefile index 14510f464b77..68b3ba268fef 100644 --- a/security/crowdsec/Makefile +++ b/security/crowdsec/Makefile @@ -1,6 +1,7 @@ PORTNAME= crowdsec DISTVERSIONPREFIX= v -DISTVERSION= 1.6.8 +DISTVERSION= 1.6.11 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= marco@crowdsec.net @@ -13,8 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libabsl_base.so:devel/abseil \ libre2.so:devel/re2 -USES= go:1.24,modules pkgconfig -_COMMIT= f209766e +USES= go:modules pkgconfig +_COMMIT= d64ee2ae _BUILD_DATE= $$(date -u "+%F_%T") USE_RC_SUBR= crowdsec |