podman: update to 4.3.0
This commit is contained in:
parent
7080ab0866
commit
d7f837c184
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'podman'
|
# Template file for 'podman'
|
||||||
pkgname=podman
|
pkgname=podman
|
||||||
version=4.2.1
|
version=4.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/containers/podman/v4"
|
go_import_path="github.com/containers/podman/v4"
|
||||||
go_package="${go_import_path}/cmd/podman ${go_import_path}/cmd/rootlessport"
|
go_package="${go_import_path}/cmd/podman ${go_import_path}/cmd/rootlessport"
|
||||||
go_build_tags="seccomp apparmor containers_image_ostree_stub"
|
go_build_tags="seccomp apparmor containers_image_ostree_stub"
|
||||||
hostmakedepends="pkg-config go-md2man"
|
hostmakedepends="pkg-config go-md2man python3"
|
||||||
makedepends="gpgme-devel libseccomp-devel device-mapper-devel libbtrfs-devel"
|
makedepends="gpgme-devel libseccomp-devel device-mapper-devel libbtrfs-devel"
|
||||||
depends="runc conmon cni-plugins slirp4netns containers.image fuse-overlayfs"
|
depends="runc conmon cni-plugins slirp4netns containers.image fuse-overlayfs"
|
||||||
short_desc="Simple management tool for containers and images"
|
short_desc="Simple management tool for containers and images"
|
||||||
|
@ -15,7 +15,7 @@ license="Apache-2.0"
|
||||||
homepage="https://podman.io/"
|
homepage="https://podman.io/"
|
||||||
changelog="https://raw.githubusercontent.com/containers/podman/main/RELEASE_NOTES.md"
|
changelog="https://raw.githubusercontent.com/containers/podman/main/RELEASE_NOTES.md"
|
||||||
distfiles="https://github.com/containers/podman/archive/v${version}.tar.gz"
|
distfiles="https://github.com/containers/podman/archive/v${version}.tar.gz"
|
||||||
checksum=b10004e91a9f5528da450466ec8e6f623eaa28ada79e3044c238895b2c8d1df3
|
checksum=55a3a09b80f23f78aaeb74fbf878fa0b1ef1842e5b282ad61e82a9dc4c74bf34
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
go_build_tags+=" containers_image_openpgp"
|
go_build_tags+=" containers_image_openpgp"
|
||||||
|
|
Loading…
Reference in New Issue