diff options
Diffstat (limited to 'security/osv-scanner/Makefile')
-rw-r--r-- | security/osv-scanner/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/osv-scanner/Makefile b/security/osv-scanner/Makefile index 0ce2d86f5e6c..5848bced8ba3 100644 --- a/security/osv-scanner/Makefile +++ b/security/osv-scanner/Makefile @@ -1,23 +1,23 @@ PORTNAME= osv-scanner DISTVERSIONPREFIX= v -DISTVERSION= 1.9.2 -PORTREVISION= 3 +DISTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= security -MAINTAINER= lcook@FreeBSD.org +MAINTAINER= dutra@FreeBSD.org COMMENT= Vulnerability scanner written in Go which uses the OSV database WWW= https://github.com/google/osv-scanner LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.23,modules +USES= go:1.24,modules,run _BUILD_VERSION= ${DISTVERSION} -_BUILD_COMMIT= 1e295ee +_BUILD_COMMIT= 9267fda _BUILD_DATE= $$(date +%Y-%m-%d) -GO_MODULE= github.com/google/${PORTNAME} +GO_MODULE= github.com/google/${PORTNAME}/v2 GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -s -w \ |