diff options
Diffstat (limited to 'security/crowdsec/Makefile')
-rw-r--r-- | security/crowdsec/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/crowdsec/Makefile b/security/crowdsec/Makefile index 29812366d85d..6def3753de60 100644 --- a/security/crowdsec/Makefile +++ b/security/crowdsec/Makefile @@ -1,6 +1,6 @@ PORTNAME= crowdsec DISTVERSIONPREFIX= v -DISTVERSION= 1.6.8 +DISTVERSION= 1.6.11 PORTREVISION= 2 CATEGORIES= security @@ -14,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 |