From: nantayo dev Date: Thu, 2 Jul 2026 03:09:35 +0000 (+0800) Subject: podman: update to 5.8.4 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e698f817af77c084bbc53153d88d24d81f4efe92;p=openwrt-packages.git podman: update to 5.8.4 - fix PKG_SOURCE_URL Podman repository has been transferred from containers to podman-container-tools - update package version changelog see: https://github.com/podman-container-tools/podman/releases/tag/v5.8.4 Signed-off-by: nantayo dev --- diff --git a/utils/podman/Makefile b/utils/podman/Makefile index ade579465..f0bf4c64f 100644 --- a/utils/podman/Makefile +++ b/utils/podman/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=podman -PKG_VERSION:=5.8.3 +PKG_VERSION:=5.8.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://github.com/containers/podman/archive/v$(PKG_VERSION) -PKG_HASH:=c54a2ec4b4fb5577288992aaa78684397ec3552fb2d1234d910ec50097d05c0f +PKG_SOURCE_URL:=https://github.com/podman-container-tools/podman/archive/v$(PKG_VERSION) +PKG_HASH:=be01c20923ed7642a5ad039f83252e3b7d09f0e3431d01284a5beff6c123671c PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE