diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template index 8cc72597600276..14cbff06afe3ae 100644 --- a/srcpkgs/podman/template +++ b/srcpkgs/podman/template @@ -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" @@ -18,10 +18,10 @@ maintainer="Orphaned " 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*) ;;