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

syft: update to 0.87.1 #45702

Merged
merged 1 commit into from
Aug 21, 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/syft/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'syft'
pkgname=syft
version=0.86.1
version=0.87.1
revision=1
build_style=go
build_helper=qemu
Expand All @@ -11,7 +11,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="Apache-2.0"
homepage="https://github.com/anchore/syft"
distfiles="https://github.com/anchore/syft/archive/refs/tags/v${version}.tar.gz"
checksum=09ac6d27244e3c9b83c1e1c7352bc86e642abf4d5680da10bbd71578d6e70b57
checksum=7e48d5b6939cd5215b9c3e771d3cbad912882516c4bb94523db2aa118e35cf6c

post_install() {
syft="${DESTDIR}/usr/bin/syft"
Expand Down