diff --git a/community/podman/APKBUILD b/community/podman/APKBUILD index aa284e6895c..0466b09dc1e 100644 --- a/community/podman/APKBUILD +++ b/community/podman/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Michał Polański # Maintainer: Michał Polański pkgname=podman -pkgver=5.0.3 -pkgrel=2 +pkgver=5.2.1 +pkgrel=0 pkgdesc="Simple management tool for pods, containers and images" url="https://podman.io/" license="Apache-2.0" @@ -138,8 +138,8 @@ docker_doc() { } sha512sums=" -c605a52cc5aba43d485796c4986f2d1be704e5c931473bf5ba1cf77f703cdb3d16f41d33da0b25287e8d001077f77caf117d3ea5dbd7c56a744274025d9ab07d podman-5.0.3.tar.gz -33d93c1a9ddd7df8f7d800129f22ce558c3545f85b76d909ca9026255babee7b737821eb95245a238b87e38bc20fef3c69ee4b0ee39c48550917376a84c6723e no-systemd.patch +62827a1bf0e3b9c59815fbdc1affc5e0524398088de90c3f2eee12208cc674daa4e3dfda3a77364f6c3d2d3c5e63a5792a7d44b19e015e30046cd593470dc410 podman-5.2.1.tar.gz +35174c37c24305ef933f7bd45a6fe1b1421861e8b78ac18535c5a6a0d8e68e832c0b91f03f48ae17bccf2af0918176f4ac414223bf0377e628567939dce544d7 no-systemd.patch f8941dc3f8c6b08b288e3347ef2d782140f6e46809da0353f3695338a2de75a971b312e57d09b0a0ea51557568d888b367e3b234be550aea8386321878f4a22f podman.initd ec6e6d3f72d0ab6c90a30b2cca5152c0d0f1e402ae671289263d7bf3b5141de9d67c3593f20b6075cedd214b7fb1506e69ff7b4f9691b43b391389343ab9b9b1 podman.confd " diff --git a/community/podman/no-systemd.patch b/community/podman/no-systemd.patch index 9b1d303532f..36ccef85c04 100644 --- a/community/podman/no-systemd.patch +++ b/community/podman/no-systemd.patch @@ -12,8 +12,8 @@ else ifneq (, $(findstring $(GOOS),darwin windows)) binaries: podman-remote ## Build podman-remote (client) only binaries else --binaries: podman podman-remote podmansh rootlessport quadlet ## Build podman, podman-remote and rootlessport binaries quadlet -+binaries: podman podman-remote podmansh rootlessport ## Build podman, podman-remote and rootlessport binaries +-binaries: podman podman-remote podman-testing podmansh rootlessport quadlet ## Build podman, podman-remote and rootlessport binaries quadlet ++binaries: podman podman-remote podman-testing podmansh rootlessport ## Build podman, podman-remote and rootlessport binaries endif # Extract text following double-# for targets, as their description for