osv-scanner: update to 1.4.0.

This commit is contained in:
icp 2023-09-14 21:08:02 +05:30 committed by Duncan Overbruck
parent 0f9c586a85
commit 6aeb388bcf
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'osv-scanner'
pkgname=osv-scanner
version=1.3.6
revision=2
version=1.4.0
revision=1
build_style=go
go_import_path="github.com/google/osv-scanner"
go_package="${go_import_path}/cmd/osv-scanner"
@ -12,7 +12,7 @@ license="Apache-2.0"
homepage="https://google.github.io/osv-scanner/"
changelog="https://raw.githubusercontent.com/google/osv-scanner/main/CHANGELOG.md"
distfiles="https://github.com/google/osv-scanner/archive/refs/tags/v${version}.tar.gz"
checksum=cac90e2683079d2fbe7c5e387d6a5acb65c7d340153df06e91578f9212def50b
checksum=ea306347840c0c24e11061b74d0045f99179d7764e944896b9137fa49352e903
do_check() {
go test ./...