syft: update to 1.4.1
This commit is contained in:
parent
3195d40a01
commit
3000892e94
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'syft'
|
# Template file for 'syft'
|
||||||
pkgname=syft
|
pkgname=syft
|
||||||
version=1.3.0
|
version=1.4.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
|
@ -13,7 +13,7 @@ license="Apache-2.0"
|
||||||
homepage="https://github.com/anchore/syft"
|
homepage="https://github.com/anchore/syft"
|
||||||
changelog="https://github.com/anchore/syft/releases"
|
changelog="https://github.com/anchore/syft/releases"
|
||||||
distfiles="https://github.com/anchore/syft/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/anchore/syft/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=6916cb0d38c4dc56efe2171bd343b4c9a9fa19a34b46ecedcd209d6e298643b6
|
checksum=822808af90626929dd7725df511a674386303482a1ddd316345066e6de09b157
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
syft="${DESTDIR}/usr/bin/syft"
|
syft="${DESTDIR}/usr/bin/syft"
|
||||||
|
|
Loading…
Reference in New Issue