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.83.0 #44162

Merged
merged 1 commit into from
Jun 14, 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.80.0
version=0.83.0
revision=1
build_style=go
build_helper=qemu
Expand All @@ -10,7 +10,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=f53b05b2092118c02010c9be35c5a094834afbd057a2c0cbebe08333b52de76d
checksum=46124db55e6c56a09f80be123737716a9b6e35e675908639ba3bf34d10e650f6

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