Skip to content
Open
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
16 changes: 8 additions & 8 deletions srcpkgs/podman/template
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Template file for 'podman'
pkgname=podman
version=5.8.3
version=6.0.2
revision=1
_container_libs_common=0.67.1
_container_libs_common=0.68.1
build_style=go
build_wrksrc=podman-${version}
go_import_path="github.com/containers/podman/v5"
go_import_path="go.podman.io/podman/v6"
go_package="${go_import_path}/cmd/podman ${go_import_path}/cmd/rootlessport"
go_build_tags="seccomp apparmor containers_image_ostree_stub cni libsqlite3"
hostmakedepends="pkg-config go-md2man python3 mdocml"
Expand All @@ -14,14 +14,14 @@ depends="runc conmon cni-plugins slirp4netns fuse-overlayfs containers-common
containers.image containers.storage netavark passt"
checkdepends="qemu"
short_desc="Simple management tool for containers and images"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Gabriel M. Dutra <gabriel@dmdutra.io>"
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
https://github.com/containers/container-libs/archive/refs/tags/common/v${_container_libs_common}.tar.gz"
checksum="c54a2ec4b4fb5577288992aaa78684397ec3552fb2d1234d910ec50097d05c0f
5438aa7763acd6d0ddb39426bec20bc344c53161716d88a9d75ac1fed0172b64"
distfiles="https://github.com/podman-container-tools/podman/archive/v${version}.tar.gz
https://github.com/podman-container-tools/container-libs/archive/refs/tags/common/v${_container_libs_common}.tar.gz"
checksum="0895a541aeb7aa8e99133ed2b328c1bb40fd397b7c3b01e083396c90e8628756
6cfc76c4db34c30e560ab1bf5f297964fc755e8448a71f4b1ed8a68026431788"

case $XBPS_TARGET_MACHINE in
aarch64* | x86_64*) ;;
Expand Down