From 721e5fb9b4768be888264d3f8cc468affbc92fcf Mon Sep 17 00:00:00 2001 From: nantayo Date: Sat, 25 Apr 2026 19:43:23 +0800 Subject: [PATCH] podman: update to 5.8.2 - adjust Makefile Signed-off-by: nantayo --- utils/podman/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/podman/Makefile b/utils/podman/Makefile index cb8bba1067..332abace1d 100644 --- a/utils/podman/Makefile +++ b/utils/podman/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=podman -PKG_VERSION:=5.8.1 +PKG_VERSION:=5.8.2 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:=b9540ecb19cfcbcfc40e1b81d39930f688c537d8fd6f11ae56be41f2bf9e97a4 +PKG_HASH:=b20ea65afc5a58ea1cea019bd51a5d84eb9042d25d3eb82c55010c8815732d84 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE