Skip to content

Commit

Permalink
security/osv-scanner: Update to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lcook committed Mar 11, 2023
1 parent 77595cd commit 2f5d199
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions security/osv-scanner/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PORTNAME= osv-scanner
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.0
PORTREVISION= 1
DISTVERSION= 1.2.0
CATEGORIES= security

MAINTAINER= lcook@FreeBSD.org
Expand All @@ -14,13 +13,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:1.19,modules

_BUILD_VERSION= ${DISTVERSION}
_BUILD_COMMIT= a6c6cd7
_BUILD_COMMIT= 9647b49
_BUILD_DATE= $$(date +%Y-%m-%d)

GO_MODULE= github.com/google/${PORTNAME}
GO_TARGET= ./cmd/${PORTNAME}
GO_BUILDFLAGS= -ldflags "\
-s -w \
-X main.version=${_BUILD_VERSION} \
-X main.date=${_BUILD_DATE} \
-X main.commit=${_BUILD_COMMIT}"

PORTDOCS= README.md
Expand Down
10 changes: 5 additions & 5 deletions security/osv-scanner/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TIMESTAMP = 1676918735
SHA256 (go/security_osv-scanner/osv-scanner-v1.1.0/v1.1.0.mod) = 3050812cea6d09d0bf4d8a5b23618ca826ebc3f477ee517bde5bc103a0e904cc
SIZE (go/security_osv-scanner/osv-scanner-v1.1.0/v1.1.0.mod) = 850
SHA256 (go/security_osv-scanner/osv-scanner-v1.1.0/v1.1.0.zip) = 7f04d99b15eece4ae4fd187b9b2fbff14055caa13a50a7fb0ab2a2b46575c6bb
SIZE (go/security_osv-scanner/osv-scanner-v1.1.0/v1.1.0.zip) = 199043
TIMESTAMP = 1678557781
SHA256 (go/security_osv-scanner/osv-scanner-v1.2.0/v1.2.0.mod) = 5522dc6993dd786b218072bc6ea7c01e9acbce0210fa0165948e536dcc3010ff
SIZE (go/security_osv-scanner/osv-scanner-v1.2.0/v1.2.0.mod) = 1718
SHA256 (go/security_osv-scanner/osv-scanner-v1.2.0/v1.2.0.zip) = ad5a305fe554f3c2d6f32ca48c5c860458fe6a0acd9ae91d9ec44ab506b0db8a
SIZE (go/security_osv-scanner/osv-scanner-v1.2.0/v1.2.0.zip) = 774990

0 comments on commit 2f5d199

Please sign in to comment.