osv-scanner: update to 1.4.2.

Disable the tests since they now require the rust toolchain.
This commit is contained in:
icp 2023-10-25 12:52:51 +05:30 committed by classabbyamp
parent 02c16c1610
commit fca4e56b9f

View file

@ -1,6 +1,6 @@
# Template file for 'osv-scanner' # Template file for 'osv-scanner'
pkgname=osv-scanner pkgname=osv-scanner
version=1.4.1 version=1.4.2
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"
@ -12,8 +12,4 @@ 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=e73d5389825321685e9d349fbbb4b2d35f10eebe35b0a0e9005a6264a6d96389 checksum=e4aeee5b780cc655ba7766f37217586776122b5b16f64adacadc081dd7d31839
do_check() {
go test ./...
}