osv-scanner: update to 1.8.5.
This commit is contained in:
parent
4465e3e95b
commit
979c51afa7
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'osv-scanner'
|
# Template file for 'osv-scanner'
|
||||||
pkgname=osv-scanner
|
pkgname=osv-scanner
|
||||||
version=1.8.4
|
version=1.8.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/google/osv-scanner"
|
go_import_path="github.com/google/osv-scanner"
|
||||||
go_package="${go_import_path}/cmd/osv-scanner"
|
go_package="${go_import_path}/cmd/osv-scanner"
|
||||||
go_ldflags="-X main.version=${version}"
|
go_ldflags="-X main.version=${version}"
|
||||||
|
make_check_args="-skip=_LocalDatabases"
|
||||||
short_desc="Vulnerability scanner which uses the data provided by https://osv.dev"
|
short_desc="Vulnerability scanner which uses the data provided by https://osv.dev"
|
||||||
maintainer="icp <pangolin@vivaldi.net>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://google.github.io/osv-scanner/"
|
homepage="https://google.github.io/osv-scanner/"
|
||||||
changelog="https://raw.githubusercontent.com/google/osv-scanner/main/CHANGELOG.md"
|
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"
|
distfiles="https://github.com/google/osv-scanner/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=a3882cfe23b8d31b89bc771f112a2c796d5d42b8ec538399ce520216cfdbd835
|
checksum=27e95d475b26ee195aeea240799b091fd2654faca5336537950fb245f320df85
|
||||||
|
|
Loading…
Reference in New Issue