Skip to content
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
5 changes: 3 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=2.2.3
version=2.4.0
revision=1
build_style=go
go_import_path="github.com/google/osv-scanner/v2"
Expand All @@ -13,4 +13,5 @@ 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=f6e6f6265dfbd4df87121c9d3feda8bd6d47ff0de98eaa773999df0bc8873f2a
checksum=407ceeb62b2a1f3fb8260bf527f2d61d1079f440e23c8c94a9796791d7edd565
make_check=no # Tests require Docker, Cargo, and other tools. They are impossible to run in CI.