Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

osv-scanner: update to 1.3.5. #44771

Merged
merged 1 commit into from
Jul 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/osv-scanner/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'osv-scanner'
pkgname=osv-scanner
version=1.3.4
version=1.3.5
revision=1
build_style=go
go_import_path="github.com/google/osv-scanner"
Expand All @@ -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=19229149eca937a4da60ca29416fe1ea6997655fd10e273b833082ef5977a3de
checksum=fe4566f1159b33827ad64f86219c8a2f6497cf92fe8d8c9388a7148880396a38

do_check() {
go test ./...
Expand Down