podman: update to 4.2.1
This commit is contained in:
parent
cdf277e704
commit
fe45bbe7c8
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'podman'
|
||||
pkgname=podman
|
||||
version=4.2.0
|
||||
version=4.2.1
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/containers/podman/v4"
|
||||
|
@ -10,12 +10,12 @@ hostmakedepends="pkg-config go-md2man"
|
|||
makedepends="gpgme-devel libseccomp-devel device-mapper-devel libbtrfs-devel"
|
||||
depends="runc conmon cni-plugins slirp4netns containers.image fuse-overlayfs"
|
||||
short_desc="Simple management tool for containers and images"
|
||||
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
||||
maintainer="Cameron Nemo <cam@nohom.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://podman.io/"
|
||||
changelog="https://raw.githubusercontent.com/containers/podman/main/RELEASE_NOTES.md"
|
||||
distfiles="https://github.com/containers/podman/archive/v${version}.tar.gz"
|
||||
checksum=15f8bc59025ccd97dc9212a552e7274dfb79e1633b02d6a2a7f63d747eadb2f4
|
||||
checksum=b10004e91a9f5528da450466ec8e6f623eaa28ada79e3044c238895b2c8d1df3
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
go_build_tags+=" containers_image_openpgp"
|
||||
|
|
Loading…
Add table
Reference in a new issue